Class: Aws::ElasticBeanstalk::Types::ResourceQuotas

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_quotaTypes::ResourceQuota

The quota for applications in the AWS account.



3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3672

class ResourceQuotas < Struct.new(
  :application_quota,
  :application_version_quota,
  :environment_quota,
  :configuration_template_quota,
  :custom_platform_quota)
  SENSITIVE = []
  include Aws::Structure
end

#application_version_quotaTypes::ResourceQuota

The quota for application versions in the AWS account.



3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3672

class ResourceQuotas < Struct.new(
  :application_quota,
  :application_version_quota,
  :environment_quota,
  :configuration_template_quota,
  :custom_platform_quota)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_template_quotaTypes::ResourceQuota

The quota for configuration templates in the AWS account.



3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3672

class ResourceQuotas < Struct.new(
  :application_quota,
  :application_version_quota,
  :environment_quota,
  :configuration_template_quota,
  :custom_platform_quota)
  SENSITIVE = []
  include Aws::Structure
end

#custom_platform_quotaTypes::ResourceQuota

The quota for custom platforms in the AWS account.



3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3672

class ResourceQuotas < Struct.new(
  :application_quota,
  :application_version_quota,
  :environment_quota,
  :configuration_template_quota,
  :custom_platform_quota)
  SENSITIVE = []
  include Aws::Structure
end

#environment_quotaTypes::ResourceQuota

The quota for environments in the AWS account.



3672
3673
3674
3675
3676
3677
3678
3679
3680
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3672

class ResourceQuotas < Struct.new(
  :application_quota,
  :application_version_quota,
  :environment_quota,
  :configuration_template_quota,
  :custom_platform_quota)
  SENSITIVE = []
  include Aws::Structure
end