Class: Aws::ElasticLoadBalancingV2::Types::Limit

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

Overview

Information about an Elastic Load Balancing resource limit for your Amazon Web Services account.

For more information, see the following:

  • Quotas for your Application Load Balancers][1
  • Quotas for your Network Load Balancers][2
  • Quotas for your Gateway Load Balancers][3

[1]: docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html [2]: docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html [3]: docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxString

The maximum value of the limit.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2287

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

#nameString

The name of the limit.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2287

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