Struct aws_sdk_elasticbeanstalk::model::ResourceQuotas
source · #[non_exhaustive]pub struct ResourceQuotas { /* private fields */ }
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.
Implementations§
source§impl ResourceQuotas
impl ResourceQuotas
sourcepub fn application_quota(&self) -> Option<&ResourceQuota>
pub fn application_quota(&self) -> Option<&ResourceQuota>
The quota for applications in the AWS account.
sourcepub fn application_version_quota(&self) -> Option<&ResourceQuota>
pub fn application_version_quota(&self) -> Option<&ResourceQuota>
The quota for application versions in the AWS account.
sourcepub fn environment_quota(&self) -> Option<&ResourceQuota>
pub fn environment_quota(&self) -> Option<&ResourceQuota>
The quota for environments in the AWS account.
sourcepub fn configuration_template_quota(&self) -> Option<&ResourceQuota>
pub fn configuration_template_quota(&self) -> Option<&ResourceQuota>
The quota for configuration templates in the AWS account.
sourcepub fn custom_platform_quota(&self) -> Option<&ResourceQuota>
pub fn custom_platform_quota(&self) -> Option<&ResourceQuota>
The quota for custom platforms in the AWS account.
source§impl ResourceQuotas
impl ResourceQuotas
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceQuotas
.
Trait Implementations§
source§impl Clone for ResourceQuotas
impl Clone for ResourceQuotas
source§fn clone(&self) -> ResourceQuotas
fn clone(&self) -> ResourceQuotas
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ResourceQuotas
impl Debug for ResourceQuotas
source§impl PartialEq<ResourceQuotas> for ResourceQuotas
impl PartialEq<ResourceQuotas> for ResourceQuotas
source§fn eq(&self, other: &ResourceQuotas) -> bool
fn eq(&self, other: &ResourceQuotas) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.