Class: Aws::Types::ListSavingsPlansPurchaseRecommendationGenerationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSavingsPlansPurchaseRecommendationGenerationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generation_summary_list ⇒ ::Array[Types::GenerationSummary]
Returns the value of attribute generation_summary_list.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#generation_summary_list ⇒ ::Array[Types::GenerationSummary]
Returns the value of attribute generation_summary_list.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def generation_summary_list @generation_summary_list end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def next_page_token @next_page_token end |