Class: Aws::Types::StopMigrationWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopMigrationWorkflowResponse
- 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_stop_time ⇒ ::Time
Returns the value of attribute last_stop_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.
514 515 516 |
# File 'sig/types.rbs', line 514 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
513 514 515 |
# File 'sig/types.rbs', line 513 def id @id end |
#last_stop_time ⇒ ::Time
Returns the value of attribute last_stop_time.
517 518 519 |
# File 'sig/types.rbs', line 517 def last_stop_time @last_stop_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
515 516 517 |
# File 'sig/types.rbs', line 515 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
516 517 518 |
# File 'sig/types.rbs', line 516 def @status_message end |