Class: Aws::VPCLattice::Types::RegisterTargetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::RegisterTargetsRequest
- 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.
-
#targets ⇒ Array<Types::Target>
The targets.
Instance Attribute Details
#target_group_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the target group.
2625 2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2625 class RegisterTargetsRequest < Struct.new( :target_group_identifier, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The targets.
2625 2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2625 class RegisterTargetsRequest < Struct.new( :target_group_identifier, :targets) SENSITIVE = [] include Aws::Structure end |