Struct aws_sdk_elasticbeanstalk::model::ResourceQuotas
source · [−]#[non_exhaustive]pub struct ResourceQuotas {
pub application_quota: Option<ResourceQuota>,
pub application_version_quota: Option<ResourceQuota>,
pub environment_quota: Option<ResourceQuota>,
pub configuration_template_quota: Option<ResourceQuota>,
pub custom_platform_quota: Option<ResourceQuota>,
}
Expand description
A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.application_quota: Option<ResourceQuota>
The quota for applications in the AWS account.
application_version_quota: Option<ResourceQuota>
The quota for application versions in the AWS account.
environment_quota: Option<ResourceQuota>
The quota for environments in the AWS account.
configuration_template_quota: Option<ResourceQuota>
The quota for configuration templates in the AWS account.
custom_platform_quota: Option<ResourceQuota>
The quota for custom platforms in the AWS account.
Implementations
The quota for applications in the AWS account.
The quota for application versions in the AWS account.
The quota for environments in the AWS account.
The quota for configuration templates in the AWS account.
The quota for custom platforms in the AWS account.
Creates a new builder-style object to manufacture ResourceQuotas
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ResourceQuotas
impl Send for ResourceQuotas
impl Sync for ResourceQuotas
impl Unpin for ResourceQuotas
impl UnwindSafe for ResourceQuotas
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more