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

Class: Aws::EC2::Types::SpotFleetRequestConfig

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

Overview

Describes a Spot Fleet request.

Instance Attribute Summary collapse

Instance Attribute Details

#activity_statusString

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

Possible values:

  • error
  • pending_fulfillment
  • pending_termination
  • fulfilled

Returns:

  • (String)

    The progress of the Spot Fleet request.

#create_timeTime

The creation date and time of the request.

Returns:

  • (Time)

    The creation date and time of the request.

#spot_fleet_request_configTypes::SpotFleetRequestConfigData

The configuration of the Spot Fleet request.

Returns:

#spot_fleet_request_idString

The ID of the Spot Fleet request.

Returns:

  • (String)

    The ID of the Spot Fleet request.

#spot_fleet_request_stateString

The state of the Spot Fleet request.

Possible values:

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

Returns:

  • (String)

    The state of the Spot Fleet request.

#tagsArray<Types::Tag>

The tags for a Spot Fleet resource.

Returns:

  • (Array<Types::Tag>)

    The tags for a Spot Fleet resource.