Class: Aws::EC2::Types::CreateFleetResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateFleetResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<Types::CreateFleetError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the instances that could not be launched by the fleet.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the EC2 Fleet.
 - 
  
    
      #instances  ⇒ Array<Types::CreateFleetInstance> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the instances that were launched by the fleet.
 
Instance Attribute Details
#errors ⇒ Array<Types::CreateFleetError>
Information about the instances that could not be launched by the fleet. Supported only for fleets of type ‘instant`.
      8801 8802 8803 8804 8805 8806 8807  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8801 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
The ID of the EC2 Fleet.
      8801 8802 8803 8804 8805 8806 8807  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8801 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end  | 
  
#instances ⇒ Array<Types::CreateFleetInstance>
Information about the instances that were launched by the fleet. Supported only for fleets of type ‘instant`.
      8801 8802 8803 8804 8805 8806 8807  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8801 class CreateFleetResult < Struct.new( :fleet_id, :errors, :instances) SENSITIVE = [] include Aws::Structure end  |