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 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

Instance Attribute Details

#application_quotaTypes::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_quotaTypes::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_quotaTypes::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_quotaTypes::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_quotaTypes::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