Class: Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerListenerInput

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

Overview

Contains the parameters for DeleteLoadBalancerListeners.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


602
603
604
605
606
607
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 602

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

#load_balancer_portsArray<Integer>

The client port numbers of the listeners.

Returns:

  • (Array<Integer>)


602
603
604
605
606
607
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 602

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