Class: Aws::ElasticLoadBalancingV2::Types::RegisterTargetsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_group_arnString

The Amazon Resource Name (ARN) of the target group.



3521
3522
3523
3524
3525
3526
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3521

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

#targetsArray<Types::TargetDescription>

The targets.



3521
3522
3523
3524
3525
3526
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3521

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