Struct rusoto_cloudformation::AccountLimit [] [src]

pub struct AccountLimit {
    pub name: Option<String>,
    pub value: Option<i64>,
}

The AccountLimit data type.

Fields

The name of the account limit. Currently, the only account limit is StackLimit.

The value that is associated with the account limit name.

Trait Implementations

impl Default for AccountLimit
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for AccountLimit
[src]

[src]

Formats the value using the given formatter.

impl Clone for AccountLimit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more