Struct rusoto_cognito_sync::GetIdentityPoolConfigurationResponse[][src]

pub struct GetIdentityPoolConfigurationResponse {
    pub cognito_streams: Option<CognitoStreams>,
    pub identity_pool_id: Option<String>,
    pub push_sync: Option<PushSync>,
}

The output for the GetIdentityPoolConfiguration operation.

Fields

Options to apply to this identity pool for Amazon Cognito streams.

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

Options to apply to this identity pool for push synchronization.

Trait Implementations

impl Default for GetIdentityPoolConfigurationResponse
[src]

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

impl Debug for GetIdentityPoolConfigurationResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetIdentityPoolConfigurationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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