Struct rusoto_cognito_identity::ListIdentityPoolsResponse [] [src]

pub struct ListIdentityPoolsResponse {
    pub identity_pools: Option<Vec<IdentityPoolShortDescription>>,
    pub next_token: Option<String>,
}

The result of a successful ListIdentityPools action.

Fields

The identity pools returned by the ListIdentityPools action.

A pagination token.

Trait Implementations

impl Default for ListIdentityPoolsResponse
[src]

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

impl Debug for ListIdentityPoolsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListIdentityPoolsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more