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)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def dry_run
  @dry_run
end

#spot_fleet_request_ids::Array[::String]

Returns the value of attribute spot_fleet_request_ids.

Returns:

  • (::Array[::String])


1252
1253
1254
# File 'sig/types.rbs', line 1252

def spot_fleet_request_ids
  @spot_fleet_request_ids
end

#terminate_instancesBoolean

Returns the value of attribute terminate_instances.

Returns:

  • (Boolean)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def terminate_instances
  @terminate_instances
end