Class: Aws::ElasticBeanstalk::Types::LoadBalancerDescription

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

Overview

Describes the details of a LoadBalancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain name of the LoadBalancer.

Returns:

  • (String)


2996
2997
2998
2999
3000
3001
3002
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2996

class LoadBalancerDescription < Struct.new(
  :load_balancer_name,
  :domain,
  :listeners)
  SENSITIVE = []
  include Aws::Structure
end

#listenersArray<Types::Listener>

A list of Listeners used by the LoadBalancer.

Returns:



2996
2997
2998
2999
3000
3001
3002
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2996

class LoadBalancerDescription < Struct.new(
  :load_balancer_name,
  :domain,
  :listeners)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_nameString

The name of the LoadBalancer.

Returns:

  • (String)


2996
2997
2998
2999
3000
3001
3002
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2996

class LoadBalancerDescription < Struct.new(
  :load_balancer_name,
  :domain,
  :listeners)
  SENSITIVE = []
  include Aws::Structure
end