You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CancelSpotFleetRequestsSuccessItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a Spot Fleet request that was successfully canceled.

Instance Attribute Summary collapse

Instance Attribute Details

#current_spot_fleet_request_stateString

The current state of the Spot Fleet request.

Possible values:

  • submitted
  • active
  • cancelled
  • failed
  • cancelled_running
  • cancelled_terminating
  • modifying

Returns:

  • (String)

    The current state of the Spot Fleet request.

#previous_spot_fleet_request_stateString

The previous state of the Spot Fleet request.

Possible values:

  • submitted
  • active
  • cancelled
  • failed
  • cancelled_running
  • cancelled_terminating
  • modifying

Returns:

  • (String)

    The previous state of the Spot Fleet request.

#spot_fleet_request_idString

The ID of the Spot Fleet request.

Returns:

  • (String)

    The ID of the Spot Fleet request.