Class: Aws::Budgets::Types::DescribeBudgetPerformanceHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetPerformanceHistoryResponse
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget_performance_history ⇒ Types::BudgetPerformanceHistory
The history of how often the budget has gone into an
ALARM
state. -
#next_token ⇒ String
A generic string.
Instance Attribute Details
#budget_performance_history ⇒ Types::BudgetPerformanceHistory
The history of how often the budget has gone into an ALARM
state.
For DAILY
budgets, the history saves the state of the budget for
the last 60 days. For MONTHLY
budgets, the history saves the state
of the budget for the current month plus the last 12 months. For
QUARTERLY
budgets, the history saves the state of the budget for
the last four quarters.
1121 1122 1123 1124 1125 1126 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1121 class DescribeBudgetPerformanceHistoryResponse < Struct.new( :budget_performance_history, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1121 1122 1123 1124 1125 1126 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1121 class DescribeBudgetPerformanceHistoryResponse < Struct.new( :budget_performance_history, :next_token) SENSITIVE = [] include Aws::Structure end |