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

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

#action_historiesArray<Types::ActionHistory>

The historical record of the budget action resource.

Returns:



911
912
913
914
915
916
# File 'lib/aws-sdk-budgets/types.rb', line 911

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

#next_tokenString

A generic string.

Returns:

  • (String)


911
912
913
914
915
916
# File 'lib/aws-sdk-budgets/types.rb', line 911

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