Struct aws_sdk_cloudformation::model::AccountLimit
source · [−]#[non_exhaustive]pub struct AccountLimit { /* private fields */ }Expand description
The AccountLimit data type.
CloudFormation has the following limits per account:
-
Number of concurrent resources
-
Number of stacks
-
Number of stack outputs
For more information about these account limits, and other CloudFormation limits, see CloudFormation quotas in the CloudFormation User Guide.
Implementations
sourceimpl AccountLimit
impl AccountLimit
sourceimpl AccountLimit
impl AccountLimit
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountLimit.
Trait Implementations
sourceimpl Clone for AccountLimit
impl Clone for AccountLimit
sourcefn clone(&self) -> AccountLimit
fn clone(&self) -> AccountLimit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AccountLimit
impl Debug for AccountLimit
sourceimpl PartialEq<AccountLimit> for AccountLimit
impl PartialEq<AccountLimit> for AccountLimit
sourcefn eq(&self, other: &AccountLimit) -> bool
fn eq(&self, other: &AccountLimit) -> bool
impl StructuralPartialEq for AccountLimit
Auto Trait Implementations
impl RefUnwindSafe for AccountLimit
impl Send for AccountLimit
impl Sync for AccountLimit
impl Unpin for AccountLimit
impl UnwindSafe for AccountLimit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more