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.
1543 1544 1545 1546 1547 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1543 class DescribeTargetGroupAttributesInput < Struct.new( :target_group_arn) SENSITIVE = [] include Aws::Structure end |