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
- Struct
- Aws::EC2::Types::SpotFleetRequestConfig
- Defined in:
- (unknown)
Overview
Describes a Spot Fleet request.
Instance Attribute Summary collapse
-
#activity_status ⇒ String
The progress of the Spot Fleet request.
-
#create_time ⇒ Time
The creation date and time of the request.
-
#spot_fleet_request_config ⇒ Types::SpotFleetRequestConfigData
The configuration of the Spot Fleet request.
-
#spot_fleet_request_id ⇒ String
The ID of the Spot Fleet request.
-
#spot_fleet_request_state ⇒ String
The state of the Spot Fleet request.
-
#tags ⇒ Array<Types::Tag>
The tags for a Spot Fleet resource.
Instance Attribute Details
#activity_status ⇒ String
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
#create_time ⇒ Time
The creation date and time of the request.
#spot_fleet_request_config ⇒ Types::SpotFleetRequestConfigData
The configuration of the Spot Fleet request.
#spot_fleet_request_id ⇒ String
The ID of the Spot Fleet request.
#spot_fleet_request_state ⇒ String
The state of the Spot Fleet request.
Possible values:
- submitted
- active
- cancelled
- failed
- cancelled_running
- cancelled_terminating
- modifying
#tags ⇒ Array<Types::Tag>
The tags for a Spot Fleet resource.