Class: Aws::ElasticBeanstalk::Types::Listener

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Describes the properties of a Listener for the LoadBalancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The port that is used by the Listener.

Returns:

  • (Integer)


2959
2960
2961
2962
2963
2964
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2959

class Listener < Struct.new(
  :protocol,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol that is used by the Listener.

Returns:

  • (String)


2959
2960
2961
2962
2963
2964
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2959

class Listener < Struct.new(
  :protocol,
  :port)
  SENSITIVE = []
  include Aws::Structure
end