Class: Aws::ElasticLoadBalancing::Types::RegisterEndPointsOutput

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

Overview

Contains the output of RegisterInstancesWithLoadBalancer.

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::Instance>

The updated list of instances for the load balancer.

Returns:



1883
1884
1885
1886
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1883

class RegisterEndPointsOutput < Struct.new(
  :instances)
  include Aws::Structure
end