Class: Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerListenerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DeleteLoadBalancerListenerInput
- 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
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#load_balancer_ports ⇒ Array<Integer>
The client port numbers of the listeners.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
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_ports ⇒ Array<Integer>
The client port numbers of the listeners.
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 |