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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

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 bids 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.

Returns:

  • (String)


22926
22927
22928
22929
22930
22931
22932
22933
# File 'lib/aws-sdk-ec2/types.rb', line 22926

class SpotFleetRequestConfig < Struct.new(
  :activity_status,
  :create_time,
  :spot_fleet_request_config,
  :spot_fleet_request_id,
  :spot_fleet_request_state)
  include Aws::Structure
end

#create_timeTime

The creation date and time of the request.

Returns:

  • (Time)


22926
22927
22928
22929
22930
22931
22932
22933
# File 'lib/aws-sdk-ec2/types.rb', line 22926

class SpotFleetRequestConfig < Struct.new(
  :activity_status,
  :create_time,
  :spot_fleet_request_config,
  :spot_fleet_request_id,
  :spot_fleet_request_state)
  include Aws::Structure
end

#spot_fleet_request_configTypes::SpotFleetRequestConfigData

Information about the configuration of the Spot fleet request.



22926
22927
22928
22929
22930
22931
22932
22933
# File 'lib/aws-sdk-ec2/types.rb', line 22926

class SpotFleetRequestConfig < Struct.new(
  :activity_status,
  :create_time,
  :spot_fleet_request_config,
  :spot_fleet_request_id,
  :spot_fleet_request_state)
  include Aws::Structure
end

#spot_fleet_request_idString

The ID of the Spot fleet request.

Returns:

  • (String)


22926
22927
22928
22929
22930
22931
22932
22933
# File 'lib/aws-sdk-ec2/types.rb', line 22926

class SpotFleetRequestConfig < Struct.new(
  :activity_status,
  :create_time,
  :spot_fleet_request_config,
  :spot_fleet_request_id,
  :spot_fleet_request_state)
  include Aws::Structure
end

#spot_fleet_request_stateString

The state of the Spot fleet request.

Returns:

  • (String)


22926
22927
22928
22929
22930
22931
22932
22933
# File 'lib/aws-sdk-ec2/types.rb', line 22926

class SpotFleetRequestConfig < Struct.new(
  :activity_status,
  :create_time,
  :spot_fleet_request_config,
  :spot_fleet_request_id,
  :spot_fleet_request_state)
  include Aws::Structure
end