Class: Aws::ElasticBeanstalk::Types::ResourceQuotas
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ResourceQuotas
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
A set of per-resource Elastic Beanstalk quotas associated with an Amazon Web Services 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 Amazon Web Services account.
-
#application_version_quota ⇒ Types::ResourceQuota
The quota for application versions in the Amazon Web Services account.
-
#configuration_template_quota ⇒ Types::ResourceQuota
The quota for configuration templates in the Amazon Web Services account.
-
#custom_platform_quota ⇒ Types::ResourceQuota
The quota for custom platforms in the Amazon Web Services account.
-
#environment_quota ⇒ Types::ResourceQuota
The quota for environments in the Amazon Web Services account.
Instance Attribute Details
#application_quota ⇒ Types::ResourceQuota
The quota for applications in the Amazon Web Services account.
3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3890 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 Amazon Web Services account.
3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3890 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 Amazon Web Services account.
3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3890 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 Amazon Web Services account.
3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3890 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 Amazon Web Services account.
3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3890 class ResourceQuotas < Struct.new( :application_quota, :application_version_quota, :environment_quota, :configuration_template_quota, :custom_platform_quota) SENSITIVE = [] include Aws::Structure end |