Class: Aws::ElasticLoadBalancing::Types::CreateLoadBalancerListenerInput

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

Overview

Contains the parameters for CreateLoadBalancerListeners.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listenersArray<Types::Listener>

The listeners.

Returns:



505
506
507
508
509
510
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 505

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

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


505
506
507
508
509
510
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 505

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