Class: Aws::Budgets::Types::DescribeBudgetActionsForBudgetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::Action>

A list of the budget action resources information.

Returns:



1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1032

class DescribeBudgetActionsForBudgetResponse < Struct.new(
  :actions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A generic string.

Returns:

  • (String)


1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1032

class DescribeBudgetActionsForBudgetResponse < Struct.new(
  :actions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end