Class: Aws::Budgets::Types::DescribeBudgetActionsForBudgetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetActionsForBudgetResponse
- Includes:
- Structure
- Defined in:
- 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.
1046 1047 1048 1049 1050 1051 |
# File 'lib/aws-sdk-budgets/types.rb', line 1046 class DescribeBudgetActionsForBudgetResponse < Struct.new( :actions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1046 1047 1048 1049 1050 1051 |
# File 'lib/aws-sdk-budgets/types.rb', line 1046 class DescribeBudgetActionsForBudgetResponse < Struct.new( :actions, :next_token) SENSITIVE = [] include Aws::Structure end |