Class: Aws::ElasticLoadBalancingV2::Types::CreateTargetGroupOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticLoadBalancingV2::Types::CreateTargetGroupOutput
 
 
- Defined in:
 - gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #target_groups  ⇒ Array<Types::TargetGroup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the target group.
 
Instance Attribute Details
#target_groups ⇒ Array<Types::TargetGroup>
Information about the target group.
      991 992 993 994 995  | 
    
      # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 991 class CreateTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end  |