Class: Aws::Budgets::Types::DescribeBudgetActionHistoriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetActionHistoriesResponse
- Includes:
- Structure
- Defined in:
- 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.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-budgets/types.rb', line 925 class DescribeBudgetActionHistoriesResponse < Struct.new( :action_histories, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-budgets/types.rb', line 925 class DescribeBudgetActionHistoriesResponse < Struct.new( :action_histories, :next_token) SENSITIVE = [] include Aws::Structure end |