Class: Aws::Types::CancelSpotFleetRequestsSuccessItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_spot_fleet_request_state"submitted", ...

Returns the value of attribute current_spot_fleet_request_state.

Returns:

  • ("submitted", "active", "cancelled", "failed", "cancelled_running", "cancelled_terminating", "modifying")


1350
1351
1352
# File 'sig/types.rbs', line 1350

def current_spot_fleet_request_state
  @current_spot_fleet_request_state
end

#previous_spot_fleet_request_state"submitted", ...

Returns the value of attribute previous_spot_fleet_request_state.

Returns:

  • ("submitted", "active", "cancelled", "failed", "cancelled_running", "cancelled_terminating", "modifying")


1351
1352
1353
# File 'sig/types.rbs', line 1351

def previous_spot_fleet_request_state
  @previous_spot_fleet_request_state
end

#spot_fleet_request_id::String

Returns the value of attribute spot_fleet_request_id.

Returns:

  • (::String)


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

def spot_fleet_request_id
  @spot_fleet_request_id
end