Class: Aws::Types::GetSavingsPlansUtilizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansUtilizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#savings_plans_utilizations_by_time ⇒ ::Array[Types::SavingsPlansUtilizationByTime]
Returns the value of attribute savings_plans_utilizations_by_time.
-
#total ⇒ Types::SavingsPlansUtilizationAggregates
Returns the value of attribute total.
Instance Attribute Details
#savings_plans_utilizations_by_time ⇒ ::Array[Types::SavingsPlansUtilizationByTime]
Returns the value of attribute savings_plans_utilizations_by_time.
850 851 852 |
# File 'sig/types.rbs', line 850 def savings_plans_utilizations_by_time @savings_plans_utilizations_by_time end |
#total ⇒ Types::SavingsPlansUtilizationAggregates
Returns the value of attribute total.
851 852 853 |
# File 'sig/types.rbs', line 851 def total @total end |