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")


1264
1265
1266
# File 'sig/types.rbs', line 1264

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")


1265
1266
1267
# File 'sig/types.rbs', line 1265

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)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def spot_fleet_request_id
  @spot_fleet_request_id
end