Class: Aws::Types::AutoScalingGroupProvider
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingGroupProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_arn ⇒ ::String
Returns the value of attribute auto_scaling_group_arn.
-
#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
#auto_scaling_group_arn ⇒ ::String
Returns the value of attribute auto_scaling_group_arn.
69 70 71 |
# File 'sig/types.rbs', line 69 def auto_scaling_group_arn @auto_scaling_group_arn end |
#managed_draining ⇒ "ENABLED", "DISABLED"
Returns the value of attribute managed_draining.
72 73 74 |
# File 'sig/types.rbs', line 72 def managed_draining @managed_draining end |
#managed_scaling ⇒ Types::ManagedScaling
Returns the value of attribute managed_scaling.
70 71 72 |
# File 'sig/types.rbs', line 70 def managed_scaling @managed_scaling end |
#managed_termination_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute managed_termination_protection.
71 72 73 |
# File 'sig/types.rbs', line 71 def managed_termination_protection @managed_termination_protection end |