Class: Aws::Types::GetSavingsPlansCoverageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansCoverageResponse
- 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_coverages ⇒ ::Array[Types::SavingsPlansCoverage]
Returns the value of attribute savings_plans_coverages.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
800 801 802 |
# File 'sig/types.rbs', line 800 def next_token @next_token end |
#savings_plans_coverages ⇒ ::Array[Types::SavingsPlansCoverage]
Returns the value of attribute savings_plans_coverages.
799 800 801 |
# File 'sig/types.rbs', line 799 def savings_plans_coverages @savings_plans_coverages end |