Class: Aws::ElasticLoadBalancing::Types::Limit
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::Limit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about an Elastic Load Balancing resource limit for your AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ String
The maximum value of the limit.
-
#name ⇒ String
The name of the limit.
Instance Attribute Details
#max ⇒ String
The maximum value of the limit.
1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1180 class Limit < Struct.new( :name, :max) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the limit. The possible values are:
-
classic-listeners
-
classic-load-balancers
-
classic-registered-instances
1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1180 class Limit < Struct.new( :name, :max) SENSITIVE = [] include Aws::Structure end |