Class: Aws::Types::DeleteWarmPoolType

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)


412
413
414
# File 'sig/types.rbs', line 412

def auto_scaling_group_name
  @auto_scaling_group_name
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


413
414
415
# File 'sig/types.rbs', line 413

def force_delete
  @force_delete
end