Class: Aws::Types::BlueGreenDeploymentTask
- Inherits:
-
Object
- Object
- Aws::Types::BlueGreenDeploymentTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
173 174 175 |
# File 'sig/types.rbs', line 173 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
174 175 176 |
# File 'sig/types.rbs', line 174 def status @status end |