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.
2856 2857 2858 2859 2860 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2856 class ModifyTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end |