Class: Aws::ElasticLoadBalancingV2::Types::DeleteTargetGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteTargetGroupInput
- 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.
1113 1114 1115 1116 1117 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1113 class DeleteTargetGroupInput < Struct.new( :target_group_arn) SENSITIVE = [] include Aws::Structure end |