Class: Aws::VPCLattice::Types::GetTargetGroupRequest

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)


1784
1785
1786
1787
1788
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1784

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