Class: Aws::Types::DeleteFleetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4070
4071
4072
# File 'sig/types.rbs', line 4070

def dry_run
  @dry_run
end

#fleet_ids::Array[::String]

Returns the value of attribute fleet_ids.

Returns:

  • (::Array[::String])


4071
4072
4073
# File 'sig/types.rbs', line 4071

def fleet_ids
  @fleet_ids
end

#terminate_instancesBoolean

Returns the value of attribute terminate_instances.

Returns:

  • (Boolean)


4072
4073
4074
# File 'sig/types.rbs', line 4072

def terminate_instances
  @terminate_instances
end