Class: Aws::ElasticBeanstalk::Types::LoadBalancer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Describes a LoadBalancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the LoadBalancer.

Returns:

  • (String)


2974
2975
2976
2977
2978
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2974

class LoadBalancer < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end