Class: Aws::ElasticBeanstalk::Types::ResourceQuotas
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ResourceQuotas
- Includes:
- Structure
- Defined in:
- 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
-
#application_quota ⇒ Types::ResourceQuota
The quota for applications in the AWS account.
-
#application_version_quota ⇒ Types::ResourceQuota
The quota for application versions in the AWS account.
-
#configuration_template_quota ⇒ Types::ResourceQuota
The quota for configuration templates in the AWS account.
-
#custom_platform_quota ⇒ Types::ResourceQuota
The quota for custom platforms in the AWS account.
-
#environment_quota ⇒ Types::ResourceQuota
The quota for environments in the AWS account.
Instance Attribute Details
#application_quota ⇒ Types::ResourceQuota
The quota for applications in the AWS account.
3669 3670 3671 3672 3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3669 class ResourceQuotas < Struct.new( :application_quota, :application_version_quota, :environment_quota, :configuration_template_quota, :custom_platform_quota) SENSITIVE = [] include Aws::Structure end |
#application_version_quota ⇒ Types::ResourceQuota
The quota for application versions in the AWS account.
3669 3670 3671 3672 3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3669 class ResourceQuotas < Struct.new( :application_quota, :application_version_quota, :environment_quota, :configuration_template_quota, :custom_platform_quota) SENSITIVE = [] include Aws::Structure end |
#configuration_template_quota ⇒ Types::ResourceQuota
The quota for configuration templates in the AWS account.
3669 3670 3671 3672 3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3669 class ResourceQuotas < Struct.new( :application_quota, :application_version_quota, :environment_quota, :configuration_template_quota, :custom_platform_quota) SENSITIVE = [] include Aws::Structure end |
#custom_platform_quota ⇒ Types::ResourceQuota
The quota for custom platforms in the AWS account.
3669 3670 3671 3672 3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3669 class ResourceQuotas < Struct.new( :application_quota, :application_version_quota, :environment_quota, :configuration_template_quota, :custom_platform_quota) SENSITIVE = [] include Aws::Structure end |
#environment_quota ⇒ Types::ResourceQuota
The quota for environments in the AWS account.
3669 3670 3671 3672 3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3669 class ResourceQuotas < Struct.new( :application_quota, :application_version_quota, :environment_quota, :configuration_template_quota, :custom_platform_quota) SENSITIVE = [] include Aws::Structure end |