Class: Aws::ElasticLoadBalancing::Types::RegisterEndPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::RegisterEndPointsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for RegisterInstancesWithLoadBalancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::Instance>
The IDs of the instances.
-
#load_balancer_name ⇒ String
The name of the load balancer.
Instance Attribute Details
#instances ⇒ Array<Types::Instance>
The IDs of the instances.
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_name ⇒ String
The name of the load balancer.
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 |