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 Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


1041
1042
1043
1044
1045
# File 'lib/aws-sdk-vpclattice/types.rb', line 1041

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