Class: Aws::ElasticLoadBalancing::Types::Limit

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

Overview

Information about an Elastic Load Balancing resource limit for your AWS account.

Instance Attribute Summary collapse

Instance Attribute Details

#maxString

The maximum value of the limit.

Returns:

  • (String)


1325
1326
1327
1328
1329
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1325

class Limit < Struct.new(
  :name,
  :max)
  include Aws::Structure
end

#nameString

The name of the limit. The possible values are:

  • classic-listeners

  • classic-load-balancers

Returns:

  • (String)


1325
1326
1327
1328
1329
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1325

class Limit < Struct.new(
  :name,
  :max)
  include Aws::Structure
end