Class: Aws::Types::DeploymentConfig
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
-
#mode ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute mode.
Instance Attribute Details
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
362 363 364 |
# File 'sig/types.rbs', line 362 def disable_rollback @disable_rollback end |
#mode ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute mode.
361 362 363 |
# File 'sig/types.rbs', line 361 def mode @mode end |