Class: Aws::Types::DeleteAutoScalingGroupType
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAutoScalingGroupType
- 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.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
371 372 373 |
# File 'sig/types.rbs', line 371 def auto_scaling_group_name @auto_scaling_group_name end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
372 373 374 |
# File 'sig/types.rbs', line 372 def force_delete @force_delete end |