Class: Aws::ElasticBeanstalk::Types::LoadBalancerDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::LoadBalancerDescription
- 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
-
#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.
3210 3211 3212 3213 3214 3215 3216 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3210 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.
3210 3211 3212 3213 3214 3215 3216 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3210 class LoadBalancerDescription < Struct.new( :load_balancer_name, :domain, :listeners) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the LoadBalancer.
3210 3211 3212 3213 3214 3215 3216 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3210 class LoadBalancerDescription < Struct.new( :load_balancer_name, :domain, :listeners) SENSITIVE = [] include Aws::Structure end |