Class: Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupOutput
 
- 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 modified target group. 
Instance Attribute Details
#target_groups ⇒ Array<Types::TargetGroup>
Information about the modified target group.
| 3173 3174 3175 3176 3177 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3173 class ModifyTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end |