Class: Aws::Types::DescribeBudgetPerformanceHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBudgetPerformanceHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#budget_performance_history ⇒ Types::BudgetPerformanceHistory
Returns the value of attribute budget_performance_history.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#budget_performance_history ⇒ Types::BudgetPerformanceHistory
Returns the value of attribute budget_performance_history.
325 326 327 |
# File 'sig/types.rbs', line 325 def budget_performance_history @budget_performance_history end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
326 327 328 |
# File 'sig/types.rbs', line 326 def next_token @next_token end |