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.
2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2971 class LoadBalancer < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |