Class: Aws::Budgets::Types::DescribeBudgetActionHistoriesResponse

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

#action_historiesArray<Types::ActionHistory>

The historical record of the budget action resource.

Returns:



925
926
927
928
929
930
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 925

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

#next_tokenString

A generic string.

Returns:

  • (String)


925
926
927
928
929
930
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 925

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