Class: Aws::EC2::Types::AnalysisLoadBalancerListener

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_portInteger

[Classic Load Balancers] The back-end port for the listener.

Returns:

  • (Integer)


1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1345

class AnalysisLoadBalancerListener < Struct.new(
  :load_balancer_port,
  :instance_port)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_portInteger

The port on which the load balancer is listening.

Returns:

  • (Integer)


1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1345

class AnalysisLoadBalancerListener < Struct.new(
  :load_balancer_port,
  :instance_port)
  SENSITIVE = []
  include Aws::Structure
end