Struct rusoto_iam::GetAccountSummaryResponse [] [src]

pub struct GetAccountSummaryResponse {
    pub summary_map: Option<SummaryMapType>,
}

Contains the response to a successful GetAccountSummary request.

Fields

A set of key value pairs containing information about IAM entity usage and IAM quotas.

Trait Implementations

impl Default for GetAccountSummaryResponse
[src]

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

impl Debug for GetAccountSummaryResponse
[src]

Formats the value using the given formatter.

impl Clone for GetAccountSummaryResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more