Struct rusoto_cognito_identity::ListIdentitiesResponse [] [src]

pub struct ListIdentitiesResponse {
    pub identities: Option<Vec<IdentityDescription>>,
    pub identity_pool_id: Option<String>,
    pub next_token: Option<String>,
}

The response to a ListIdentities request.

Fields

An object containing a set of identities and associated mappings.

An identity pool ID in the format REGION:GUID.

A pagination token.

Trait Implementations

impl Default for ListIdentitiesResponse
[src]

[src]

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

impl Debug for ListIdentitiesResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListIdentitiesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more