Class: Aws::ElasticLoadBalancing::Types::DeregisterEndPointsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DeregisterEndPointsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DeregisterInstancesFromLoadBalancer.
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.
659 660 661 662 663 664 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 659 class DeregisterEndPointsInput < Struct.new( :load_balancer_name, :instances) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the load balancer.
659 660 661 662 663 664 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 659 class DeregisterEndPointsInput < Struct.new( :load_balancer_name, :instances) SENSITIVE = [] include Aws::Structure end |