Class: Aws::Types::DeleteDeploymentOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDeploymentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
51 52 53 |
# File 'sig/types.rbs', line 51 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
52 53 54 |
# File 'sig/types.rbs', line 52 def status_reason @status_reason end |