Class: Aws::Budgets::Types::DescribeBudgetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Overview

Request of DescribeBudgets

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The accountId that is associated with the budgets that you want to describe.

Returns:

  • (String)


1176
1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1176

class DescribeBudgetsRequest < Struct.new(
  :account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An integer that represents how many budgets a paginated response contains. The default is 100.

Returns:

  • (Integer)


1176
1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1176

class DescribeBudgetsRequest < Struct.new(
  :account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

Returns:

  • (String)


1176
1177
1178
1179
1180
1181
1182
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1176

class DescribeBudgetsRequest < Struct.new(
  :account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end