Class: Aws::Budgets::Types::DescribeBudgetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Response of DescribeBudgets
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budgets ⇒ Array<Types::Budget>
A list of budgets.
-
#next_token ⇒ String
The pagination token in the service response that indicates the next set of results that you can retrieve.
Instance Attribute Details
#budgets ⇒ Array<Types::Budget>
A list of budgets.
1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-budgets/types.rb', line 1209 class DescribeBudgetsResponse < Struct.new( :budgets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token in the service response that indicates the next set of results that you can retrieve.
1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-budgets/types.rb', line 1209 class DescribeBudgetsResponse < Struct.new( :budgets, :next_token) SENSITIVE = [] include Aws::Structure end |