Class: Aws::Budgets::Types::DescribeBudgetActionsForAccountResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



990
991
992
993
994
995
# File 'lib/aws-sdk-budgets/types.rb', line 990

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

#next_tokenString

A generic string.

Returns:

  • (String)


990
991
992
993
994
995
# File 'lib/aws-sdk-budgets/types.rb', line 990

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