Class: Aws::ElasticBeanstalk::Types::LoadBalancer
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::LoadBalancer
- Defined in:
- gems/aws-sdk-elasticbeanstalk/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.
3454 3455 3456 3457 3458 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3454 class LoadBalancer < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |