Class: Aws::EC2::Types::TargetGroupsConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TargetGroupsConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #target_groups  ⇒ Array<Types::TargetGroup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One or more target groups.
 
Instance Attribute Details
#target_groups ⇒ Array<Types::TargetGroup>
One or more target groups.
      69208 69209 69210 69211 69212  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69208 class TargetGroupsConfig < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end  |