Class: Aws::ElasticLoadBalancingV2::Types::DeleteTargetGroupInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_group_arnString

The Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


1006
1007
1008
1009
1010
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1006

class DeleteTargetGroupInput < Struct.new(
  :target_group_arn)
  SENSITIVE = []
  include Aws::Structure
end