Class: Aws::ElasticBeanstalk::Types::ResourceQuota

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

Instance Attribute Details

#maximumInteger

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

Returns:

  • (Integer)


3640
3641
3642
3643
3644
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3640

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