Class: Aws::Types::CancelSpotFleetRequestsRequest

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)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def dry_run
  @dry_run
end

#spot_fleet_request_ids::Array[::String]

Returns the value of attribute spot_fleet_request_ids.

Returns:

  • (::Array[::String])


1354
1355
1356
# File 'sig/types.rbs', line 1354

def spot_fleet_request_ids
  @spot_fleet_request_ids
end

#terminate_instancesBoolean

Returns the value of attribute terminate_instances.

Returns:

  • (Boolean)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def terminate_instances
  @terminate_instances
end