Class: Aws::ElasticBeanstalk::Types::ResourceQuota
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ResourceQuota
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource’s limits for this account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maximum ⇒ Integer
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
Instance Attribute Details
#maximum ⇒ Integer
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3637 class ResourceQuota < Struct.new( :maximum) SENSITIVE = [] include Aws::Structure end |