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)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def dry_run
  @dry_run
end

#spot_fleet_request_ids::Array[::String]

Returns the value of attribute spot_fleet_request_ids.

Returns:

  • (::Array[::String])


1338
1339
1340
# File 'sig/types.rbs', line 1338

def spot_fleet_request_ids
  @spot_fleet_request_ids
end

#terminate_instancesBoolean

Returns the value of attribute terminate_instances.

Returns:

  • (Boolean)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def terminate_instances
  @terminate_instances
end