Class: Aws::ElasticLoadBalancing::Types::RegisterEndPointsInput

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

Overview

Contains the parameters for RegisterInstancesWithLoadBalancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::Instance>

The IDs of the instances.

Returns:



1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1679

class RegisterEndPointsInput < Struct.new(
  :load_balancer_name,
  :instances)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1679

class RegisterEndPointsInput < Struct.new(
  :load_balancer_name,
  :instances)
  SENSITIVE = []
  include Aws::Structure
end