Class: Aws::Types::ListSavingsPlansPurchaseRecommendationGenerationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSavingsPlansPurchaseRecommendationGenerationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generation_status ⇒ "SUCCEEDED", ...
Returns the value of attribute generation_status.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
Instance Attribute Details
#generation_status ⇒ "SUCCEEDED", ...
Returns the value of attribute generation_status.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def generation_status @generation_status end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def next_page_token @next_page_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def page_size @page_size end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def recommendation_ids @recommendation_ids end |