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.
      66922 66923 66924 66925 66926 66927 66928 66929 66930 66931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66922 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.
      66922 66923 66924 66925 66926 66927 66928 66929 66930 66931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66922 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.
      66922 66923 66924 66925 66926 66927 66928 66929 66930 66931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66922 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.
      66922 66923 66924 66925 66926 66927 66928 66929 66930 66931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66922 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.
      66922 66923 66924 66925 66926 66927 66928 66929 66930 66931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66922 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.
      66922 66923 66924 66925 66926 66927 66928 66929 66930 66931  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66922 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  |