Class: Aws::VPCLattice::Types::RegisterTargetsRequest

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)


2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2625

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

#targetsArray<Types::Target>

The targets.

Returns:



2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2625

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