Class: Aws::Types::UpdateParallelDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateParallelDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_update_attempt_at ⇒ ::Time
Returns the value of attribute latest_update_attempt_at.
-
#latest_update_attempt_status ⇒ "CREATING", ...
Returns the value of attribute latest_update_attempt_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#latest_update_attempt_at ⇒ ::Time
Returns the value of attribute latest_update_attempt_at.
491 492 493 |
# File 'sig/types.rbs', line 491 def latest_update_attempt_at @latest_update_attempt_at end |
#latest_update_attempt_status ⇒ "CREATING", ...
Returns the value of attribute latest_update_attempt_status.
490 491 492 |
# File 'sig/types.rbs', line 490 def latest_update_attempt_status @latest_update_attempt_status end |
#name ⇒ ::String
Returns the value of attribute name.
488 489 490 |
# File 'sig/types.rbs', line 488 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |