Class: Aws::ElasticBeanstalk::Types::LoadBalancer
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::LoadBalancer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes a LoadBalancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the LoadBalancer.
Instance Attribute Details
#name ⇒ String
The name of the LoadBalancer.
3188 3189 3190 3191 3192 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3188 class LoadBalancer < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |