Struct rusoto_cognito_sync::GetIdentityPoolConfigurationRequest[][src]

pub struct GetIdentityPoolConfigurationRequest {
    pub identity_pool_id: String,
}

The input for the GetIdentityPoolConfiguration operation.

Fields

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

Trait Implementations

impl Default for GetIdentityPoolConfigurationRequest
[src]

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

impl Debug for GetIdentityPoolConfigurationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetIdentityPoolConfigurationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetIdentityPoolConfigurationRequest
[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