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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1318
1319
1320
1321
1322
1323
# File 'lib/aws-sdk-ec2/types.rb', line 1318

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)


1318
1319
1320
1321
1322
1323
# File 'lib/aws-sdk-ec2/types.rb', line 1318

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