Class: Aws::Types::DeleteAutoScalingGroupType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def auto_scaling_group_name
  @auto_scaling_group_name
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


372
373
374
# File 'sig/types.rbs', line 372

def force_delete
  @force_delete
end