Class: Aws::VPCLattice::Types::GetTargetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetTargetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_group_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the target group.
Instance Attribute Details
#target_group_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the target group.
1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1776 class GetTargetGroupRequest < Struct.new( :target_group_identifier) SENSITIVE = [] include Aws::Structure end |