Class: Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupOutput
- Includes:
- Structure
- Defined in:
- 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.
3002 3003 3004 3005 3006 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3002 class ModifyTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end |