Class: Aws::VPCLattice::Types::DeleteTargetGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_group_identifierString

The ID or ARN of the target group.

Returns:

  • (String)


1535
1536
1537
1538
1539
# File 'lib/aws-sdk-vpclattice/types.rb', line 1535

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