Class: Aws::Budgets::Types::DescribeBudgetActionsForAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetActionsForAccountResponse
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::Action>
A list of the budget action resources information.
-
#next_token ⇒ String
A generic string.
Instance Attribute Details
#actions ⇒ Array<Types::Action>
A list of the budget action resources information.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1280 class DescribeBudgetActionsForAccountResponse < Struct.new( :actions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1280 class DescribeBudgetActionsForAccountResponse < Struct.new( :actions, :next_token) SENSITIVE = [] include Aws::Structure end |