Class: Aws::ElasticLoadBalancingV2::Types::DeleteTargetGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteTargetGroupInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Note:
When making an API call, you may pass DeleteTargetGroupInput data as a hash:
{
target_group_arn: "TargetGroupArn", # required
}
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.
1302 1303 1304 1305 1306 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1302 class DeleteTargetGroupInput < Struct.new( :target_group_arn) SENSITIVE = [] include Aws::Structure end |