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.
3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3081 class ModifyTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end |