Struct rusoto_snowball::GetSnowballUsageResult [] [src]

pub struct GetSnowballUsageResult {
    pub snowball_limit: Option<i64>,
    pub snowballs_in_use: Option<i64>,
}

Fields

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

The number of Snowballs that this account is currently using.

Trait Implementations

impl Default for GetSnowballUsageResult
[src]

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

impl Debug for GetSnowballUsageResult
[src]

Formats the value using the given formatter.

impl Clone for GetSnowballUsageResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more