Class: Aws::Types::GenerationSummary
- Inherits:
-
Object
- Object
- Aws::Types::GenerationSummary
- 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_completion_time ⇒ ::String
Returns the value of attribute generation_completion_time.
-
#generation_started_time ⇒ ::String
Returns the value of attribute generation_started_time.
-
#generation_status ⇒ "SUCCEEDED", ...
Returns the value of attribute generation_status.
-
#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.
488 489 490 |
# File 'sig/types.rbs', line 488 def estimated_completion_time @estimated_completion_time end |
#generation_completion_time ⇒ ::String
Returns the value of attribute generation_completion_time.
487 488 489 |
# File 'sig/types.rbs', line 487 def generation_completion_time @generation_completion_time end |
#generation_started_time ⇒ ::String
Returns the value of attribute generation_started_time.
486 487 488 |
# File 'sig/types.rbs', line 486 def generation_started_time @generation_started_time end |
#generation_status ⇒ "SUCCEEDED", ...
Returns the value of attribute generation_status.
485 486 487 |
# File 'sig/types.rbs', line 485 def generation_status @generation_status end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
484 485 486 |
# File 'sig/types.rbs', line 484 def recommendation_id @recommendation_id end |