Class: Aws::Types::StartMigrationWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartMigrationWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
463 464 465 |
# File 'sig/types.rbs', line 463 def id @id end |
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
467 468 469 |
# File 'sig/types.rbs', line 467 def last_start_time @last_start_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
465 466 467 |
# File 'sig/types.rbs', line 465 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
466 467 468 |
# File 'sig/types.rbs', line 466 def @status_message end |