Class: Aws::Types::StopDeploymentOutput
- Inherits:
-
Object
- Object
- Aws::Types::StopDeploymentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "Pending", "Succeeded"
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#status ⇒ "Pending", "Succeeded"
Returns the value of attribute status.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def @status_message end |