Class: Aws::Types::StopDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::StopDeploymentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_rollback_enabled ⇒ Boolean
Returns the value of attribute auto_rollback_enabled.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
Instance Attribute Details
#auto_rollback_enabled ⇒ Boolean
Returns the value of attribute auto_rollback_enabled.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def auto_rollback_enabled @auto_rollback_enabled end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def deployment_id @deployment_id end |