Class: Aws::Budgets::Types::DescribeBudgetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetsResponse
- Defined in:
- gems/aws-sdk-budgets/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.
1490 1491 1492 1493 1494 1495 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1490 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.
1490 1491 1492 1493 1494 1495 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1490 class DescribeBudgetsResponse < Struct.new( :budgets, :next_token) SENSITIVE = [] include Aws::Structure end |