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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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)


3188
3189
3190
3191
3192
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3188

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