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

Inherits:
Struct
  • Object
show all
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

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.

Returns:

  • (String)


61646
61647
61648
61649
61650
61651
61652
61653
61654
61655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61646

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_timeTime

The creation date and time of the request.

Returns:

  • (Time)


61646
61647
61648
61649
61650
61651
61652
61653
61654
61655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61646

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_configTypes::SpotFleetRequestConfigData

The configuration of the Spot Fleet request.



61646
61647
61648
61649
61650
61651
61652
61653
61654
61655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61646

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_idString

The ID of the Spot Fleet request.

Returns:

  • (String)


61646
61647
61648
61649
61650
61651
61652
61653
61654
61655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61646

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_stateString

The state of the Spot Fleet request.

Returns:

  • (String)


61646
61647
61648
61649
61650
61651
61652
61653
61654
61655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61646

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

#tagsArray<Types::Tag>

The tags for a Spot Fleet resource.

Returns:



61646
61647
61648
61649
61650
61651
61652
61653
61654
61655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61646

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