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 ARN of the target group.

Returns:

  • (String)


2953
2954
2955
2956
2957
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2953

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