Struct rusoto_cognito_identity::IdentityPoolShortDescription[][src]

pub struct IdentityPoolShortDescription {
    pub identity_pool_id: Option<String>,
    pub identity_pool_name: Option<String>,
}

A description of the identity pool.

Fields

An identity pool ID in the format REGION:GUID.

A string that you provide.

Trait Implementations

impl Default for IdentityPoolShortDescription
[src]

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

impl Debug for IdentityPoolShortDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for IdentityPoolShortDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IdentityPoolShortDescription
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations