Class: Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTargetGroupAttributesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
Instance Attribute Details
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1436 class DescribeTargetGroupAttributesInput < Struct.new( :target_group_arn) SENSITIVE = [] include Aws::Structure end |