Class: Aws::ElasticLoadBalancing::Types::DeregisterEndPointsInput

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

Overview

Contains the parameters for DeregisterInstancesFromLoadBalancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::Instance>

The IDs of the instances.

Returns:



659
660
661
662
663
664
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 659

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

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


659
660
661
662
663
664
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 659

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