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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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)


1049
1050
1051
1052
1053
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1049

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