Class: Aws::Types::ResourceQuotas
- Inherits:
-
Object
- Object
- Aws::Types::ResourceQuotas
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_quota ⇒ Types::ResourceQuota
Returns the value of attribute application_quota.
-
#application_version_quota ⇒ Types::ResourceQuota
Returns the value of attribute application_version_quota.
-
#configuration_template_quota ⇒ Types::ResourceQuota
Returns the value of attribute configuration_template_quota.
-
#custom_platform_quota ⇒ Types::ResourceQuota
Returns the value of attribute custom_platform_quota.
-
#environment_quota ⇒ Types::ResourceQuota
Returns the value of attribute environment_quota.
Instance Attribute Details
#application_quota ⇒ Types::ResourceQuota
Returns the value of attribute application_quota.
867 868 869 |
# File 'sig/types.rbs', line 867 def application_quota @application_quota end |
#application_version_quota ⇒ Types::ResourceQuota
Returns the value of attribute application_version_quota.
868 869 870 |
# File 'sig/types.rbs', line 868 def application_version_quota @application_version_quota end |
#configuration_template_quota ⇒ Types::ResourceQuota
Returns the value of attribute configuration_template_quota.
870 871 872 |
# File 'sig/types.rbs', line 870 def configuration_template_quota @configuration_template_quota end |
#custom_platform_quota ⇒ Types::ResourceQuota
Returns the value of attribute custom_platform_quota.
871 872 873 |
# File 'sig/types.rbs', line 871 def custom_platform_quota @custom_platform_quota end |
#environment_quota ⇒ Types::ResourceQuota
Returns the value of attribute environment_quota.
869 870 871 |
# File 'sig/types.rbs', line 869 def environment_quota @environment_quota end |