Struct rusoto_cognito_sync::IdentityPoolUsage[][src]

pub struct IdentityPoolUsage {
    pub data_storage: Option<i64>,
    pub identity_pool_id: Option<String>,
    pub last_modified_date: Option<f64>,
    pub sync_sessions_count: Option<i64>,
}

Usage information for the identity pool.

Fields

Data storage information for the identity pool.

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

Date on which the identity pool was last modified.

Number of sync sessions for the identity pool.

Trait Implementations

impl Default for IdentityPoolUsage
[src]

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

impl Debug for IdentityPoolUsage
[src]

Formats the value using the given formatter. Read more

impl Clone for IdentityPoolUsage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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