Struct rusoto_cognito_sync::DescribeIdentityPoolUsageResponse[][src]

pub struct DescribeIdentityPoolUsageResponse {
    pub identity_pool_usage: Option<IdentityPoolUsage>,
}

Response to a successful DescribeIdentityPoolUsage request.

Fields

Information about the usage of the identity pool.

Trait Implementations

impl Default for DescribeIdentityPoolUsageResponse
[src]

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

impl Debug for DescribeIdentityPoolUsageResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeIdentityPoolUsageResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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