Class: Aws::Budgets::Types::DescribeBudgetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of DescribeBudgets
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The `accountId` that is associated with the budgets that you want descriptions of.
-
#max_results ⇒ Integer
An optional integer that represents how many entries a paginated response contains.
-
#next_token ⇒ String
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
Instance Attribute Details
#account_id ⇒ String
The `accountId` that is associated with the budgets that you want descriptions of.
1175 1176 1177 1178 1179 1180 1181 |
# File 'lib/aws-sdk-budgets/types.rb', line 1175 class DescribeBudgetsRequest < Struct.new( :account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
An optional integer that represents how many entries a paginated response contains. The maximum is 100.
1175 1176 1177 1178 1179 1180 1181 |
# File 'lib/aws-sdk-budgets/types.rb', line 1175 class DescribeBudgetsRequest < Struct.new( :account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
1175 1176 1177 1178 1179 1180 1181 |
# File 'lib/aws-sdk-budgets/types.rb', line 1175 class DescribeBudgetsRequest < Struct.new( :account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |