Class: Aws::ElasticLoadBalancing::Types::CreateLoadBalancerListenerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::CreateLoadBalancerListenerInput
- 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
-
#listeners ⇒ Array<Types::Listener>
The listeners.
-
#load_balancer_name ⇒ String
The name of the load balancer.
Instance Attribute Details
#listeners ⇒ Array<Types::Listener>
The listeners.
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_name ⇒ String
The name of the load balancer.
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 |