You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the details of a LoadBalancer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain name of the LoadBalancer.

Returns:

  • (String)

    The domain name of the LoadBalancer.

#listenersArray<Types::Listener>

A list of Listeners used by the LoadBalancer.

Returns:

  • (Array<Types::Listener>)

    A list of Listeners used by the LoadBalancer.

#load_balancer_nameString

The name of the LoadBalancer.

Returns:

  • (String)

    The name of the LoadBalancer.