Class: Aws::Types::CancelSpotInstanceRequestsRequest

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)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def dry_run
  @dry_run
end

#spot_instance_request_ids::Array[::String]

Returns the value of attribute spot_instance_request_ids.

Returns:

  • (::Array[::String])


1272
1273
1274
# File 'sig/types.rbs', line 1272

def spot_instance_request_ids
  @spot_instance_request_ids
end