Class: Aws::EC2::Types::SpotFleetRequestConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SpotFleetRequestConfig
- Includes:
- Structure
- Defined in:
- 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.
66116 66117 66118 66119 66120 66121 66122 66123 66124 66125 |
# File 'lib/aws-sdk-ec2/types.rb', line 66116 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.
66116 66117 66118 66119 66120 66121 66122 66123 66124 66125 |
# File 'lib/aws-sdk-ec2/types.rb', line 66116 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.
66116 66117 66118 66119 66120 66121 66122 66123 66124 66125 |
# File 'lib/aws-sdk-ec2/types.rb', line 66116 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.
66116 66117 66118 66119 66120 66121 66122 66123 66124 66125 |
# File 'lib/aws-sdk-ec2/types.rb', line 66116 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.
66116 66117 66118 66119 66120 66121 66122 66123 66124 66125 |
# File 'lib/aws-sdk-ec2/types.rb', line 66116 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.
66116 66117 66118 66119 66120 66121 66122 66123 66124 66125 |
# File 'lib/aws-sdk-ec2/types.rb', line 66116 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 |