Class: Aws::Budgets::Types::DescribeBudgetActionHistoriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetActionHistoriesResponse
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_histories ⇒ Array<Types::ActionHistory>
The historical record of the budget action resource.
-
#next_token ⇒ String
A generic string.
Instance Attribute Details
#action_histories ⇒ Array<Types::ActionHistory>
The historical record of the budget action resource.
910 911 912 913 914 915 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 910 class DescribeBudgetActionHistoriesResponse < Struct.new( :action_histories, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
910 911 912 913 914 915 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 910 class DescribeBudgetActionHistoriesResponse < Struct.new( :action_histories, :next_token) SENSITIVE = [] include Aws::Structure end |