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.
910 911 912 913 914 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 910 class CreateTargetGroupOutput < Struct.new( :target_groups) SENSITIVE = [] include Aws::Structure end |