Class: Aws::VPCLattice::Types::DeleteTargetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteTargetGroupRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_group_identifier ⇒ String
The ID or ARN of the target group.
Instance Attribute Details
#target_group_identifier ⇒ String
The ID or ARN of the target group.
1535 1536 1537 1538 1539 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1535 class DeleteTargetGroupRequest < Struct.new( :target_group_identifier) SENSITIVE = [] include Aws::Structure end |