Class: Aws::Types::GetSavingsPlansPurchaseRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansPurchaseRecommendationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ Types::SavingsPlansPurchaseRecommendationMetadata
Returns the value of attribute metadata.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#savings_plans_purchase_recommendation ⇒ Types::SavingsPlansPurchaseRecommendation
Returns the value of attribute savings_plans_purchase_recommendation.
Instance Attribute Details
#metadata ⇒ Types::SavingsPlansPurchaseRecommendationMetadata
Returns the value of attribute metadata.
817 818 819 |
# File 'sig/types.rbs', line 817 def end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
819 820 821 |
# File 'sig/types.rbs', line 819 def next_page_token @next_page_token end |
#savings_plans_purchase_recommendation ⇒ Types::SavingsPlansPurchaseRecommendation
Returns the value of attribute savings_plans_purchase_recommendation.
818 819 820 |
# File 'sig/types.rbs', line 818 def savings_plans_purchase_recommendation @savings_plans_purchase_recommendation end |