Class: Aws::ElasticBeanstalk::Types::LoadBalancerDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::LoadBalancerDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes the details of a LoadBalancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain name of the LoadBalancer.
-
#listeners ⇒ Array<Types::Listener>
A list of Listeners used by the LoadBalancer.
-
#load_balancer_name ⇒ String
The name of the LoadBalancer.
Instance Attribute Details
#domain ⇒ String
The domain name of the LoadBalancer.
2993 2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2993 class LoadBalancerDescription < Struct.new( :load_balancer_name, :domain, :listeners) SENSITIVE = [] include Aws::Structure end |
#listeners ⇒ Array<Types::Listener>
A list of Listeners used by the LoadBalancer.
2993 2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2993 class LoadBalancerDescription < Struct.new( :load_balancer_name, :domain, :listeners) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the LoadBalancer.
2993 2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2993 class LoadBalancerDescription < Struct.new( :load_balancer_name, :domain, :listeners) SENSITIVE = [] include Aws::Structure end |