Class: Aws::Types::StartSavingsPlansPurchaseRecommendationGenerationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartSavingsPlansPurchaseRecommendationGenerationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
-
#generation_started_time ⇒ ::String
Returns the value of attribute generation_started_time.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#estimated_completion_time ⇒ ::String
Returns the value of attribute estimated_completion_time.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def estimated_completion_time @estimated_completion_time end |
#generation_started_time ⇒ ::String
Returns the value of attribute generation_started_time.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def generation_started_time @generation_started_time end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def recommendation_id @recommendation_id end |