Class: Aws::Types::AutoScalingGroupProviderUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingGroupProviderUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_draining ⇒ "ENABLED", "DISABLED"
Returns the value of attribute managed_draining.
-
#managed_scaling ⇒ Types::ManagedScaling
Returns the value of attribute managed_scaling.
-
#managed_termination_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute managed_termination_protection.
Instance Attribute Details
#managed_draining ⇒ "ENABLED", "DISABLED"
Returns the value of attribute managed_draining.
79 80 81 |
# File 'sig/types.rbs', line 79 def managed_draining @managed_draining end |
#managed_scaling ⇒ Types::ManagedScaling
Returns the value of attribute managed_scaling.
77 78 79 |
# File 'sig/types.rbs', line 77 def managed_scaling @managed_scaling end |
#managed_termination_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute managed_termination_protection.
78 79 80 |
# File 'sig/types.rbs', line 78 def managed_termination_protection @managed_termination_protection end |