Class: Aws::ElasticLoadBalancingV2::Types::CreateTargetGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::CreateTargetGroupOutput
- 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 target group.
Instance Attribute Details
#target_groups ⇒ Array<Types::TargetGroup>
Information about the target group.
978 979 980 981 982 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 978 class CreateTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end |