Class: Aws::Types::GetSavingsPlansUtilizationDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansUtilizationDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#savings_plans_utilization_details ⇒ ::Array[Types::SavingsPlansUtilizationDetail]
Returns the value of attribute savings_plans_utilization_details.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
-
#total ⇒ Types::SavingsPlansUtilizationAggregates
Returns the value of attribute total.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
837 838 839 |
# File 'sig/types.rbs', line 837 def next_token @next_token end |
#savings_plans_utilization_details ⇒ ::Array[Types::SavingsPlansUtilizationDetail]
Returns the value of attribute savings_plans_utilization_details.
834 835 836 |
# File 'sig/types.rbs', line 834 def savings_plans_utilization_details @savings_plans_utilization_details end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
836 837 838 |
# File 'sig/types.rbs', line 836 def time_period @time_period end |
#total ⇒ Types::SavingsPlansUtilizationAggregates
Returns the value of attribute total.
835 836 837 |
# File 'sig/types.rbs', line 835 def total @total end |