Struct rusoto_cognito_identity::DescribeIdentityPoolInput [] [src]

pub struct DescribeIdentityPoolInput {
    pub identity_pool_id: String,
}

Input to the DescribeIdentityPool action.

Fields

An identity pool ID in the format REGION:GUID.

Trait Implementations

impl Default for DescribeIdentityPoolInput
[src]

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

impl Debug for DescribeIdentityPoolInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeIdentityPoolInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more