Class: Aws::EC2::Types::AnalysisLoadBalancerListener
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AnalysisLoadBalancerListener
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a load balancer listener.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_port ⇒ Integer
[Classic Load Balancers] The back-end port for the listener.
-
#load_balancer_port ⇒ Integer
The port on which the load balancer is listening.
Instance Attribute Details
#instance_port ⇒ Integer
[Classic Load Balancers] The back-end port for the listener.
1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1444 class AnalysisLoadBalancerListener < Struct.new( :load_balancer_port, :instance_port) SENSITIVE = [] include Aws::Structure end |
#load_balancer_port ⇒ Integer
The port on which the load balancer is listening.
1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1444 class AnalysisLoadBalancerListener < Struct.new( :load_balancer_port, :instance_port) SENSITIVE = [] include Aws::Structure end |