Class: Aws::Types::AutoDeployment
- Inherits:
-
Object
- Object
- Aws::Types::AutoDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#depends_on ⇒ ::Array[::String]
Returns the value of attribute depends_on.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#retain_stacks_on_account_removal ⇒ Boolean
Returns the value of attribute retain_stacks_on_account_removal.
Instance Attribute Details
#depends_on ⇒ ::Array[::String]
Returns the value of attribute depends_on.
64 65 66 |
# File 'sig/types.rbs', line 64 def depends_on @depends_on end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
62 63 64 |
# File 'sig/types.rbs', line 62 def enabled @enabled end |
#retain_stacks_on_account_removal ⇒ Boolean
Returns the value of attribute retain_stacks_on_account_removal.
63 64 65 |
# File 'sig/types.rbs', line 63 def retain_stacks_on_account_removal @retain_stacks_on_account_removal end |