Class: Aws::Types::SetInstanceProtectionQuery
- Inherits:
-
Object
- Object
- Aws::Types::SetInstanceProtectionQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#protected_from_scale_in ⇒ Boolean
Returns the value of attribute protected_from_scale_in.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def auto_scaling_group_name @auto_scaling_group_name end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def instance_ids @instance_ids end |
#protected_from_scale_in ⇒ Boolean
Returns the value of attribute protected_from_scale_in.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def protected_from_scale_in @protected_from_scale_in end |