Class: Aws::ElasticLoadBalancing::Types::RegisterEndPointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::RegisterEndPointsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the output of RegisterInstancesWithLoadBalancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::Instance>
The updated list of instances for the load balancer.
Instance Attribute Details
#instances ⇒ Array<Types::Instance>
The updated list of instances for the load balancer.
1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1694 class RegisterEndPointsOutput < Struct.new( :instances) SENSITIVE = [] include Aws::Structure end |