Class: Aws::EC2::Types::SpotFleetRequestConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SpotFleetRequestConfig
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a Spot Fleet request.
Constant Summary collapse
- SENSITIVE =
[]
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.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66889 class SpotFleetRequestConfig < Struct.new( :activity_status, :create_time, :spot_fleet_request_config, :spot_fleet_request_id, :spot_fleet_request_state, :tags) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The creation date and time of the request.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66889 class SpotFleetRequestConfig < Struct.new( :activity_status, :create_time, :spot_fleet_request_config, :spot_fleet_request_id, :spot_fleet_request_state, :tags) SENSITIVE = [] include Aws::Structure end |
#spot_fleet_request_config ⇒ Types::SpotFleetRequestConfigData
The configuration of the Spot Fleet request.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66889 class SpotFleetRequestConfig < Struct.new( :activity_status, :create_time, :spot_fleet_request_config, :spot_fleet_request_id, :spot_fleet_request_state, :tags) SENSITIVE = [] include Aws::Structure end |
#spot_fleet_request_id ⇒ String
The ID of the Spot Fleet request.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66889 class SpotFleetRequestConfig < Struct.new( :activity_status, :create_time, :spot_fleet_request_config, :spot_fleet_request_id, :spot_fleet_request_state, :tags) SENSITIVE = [] include Aws::Structure end |
#spot_fleet_request_state ⇒ String
The state of the Spot Fleet request.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66889 class SpotFleetRequestConfig < Struct.new( :activity_status, :create_time, :spot_fleet_request_config, :spot_fleet_request_id, :spot_fleet_request_state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for a Spot Fleet resource.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66889 class SpotFleetRequestConfig < Struct.new( :activity_status, :create_time, :spot_fleet_request_config, :spot_fleet_request_id, :spot_fleet_request_state, :tags) SENSITIVE = [] include Aws::Structure end |