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.
978 979 980 981 982 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 978 class CreateTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end |