Struct rusoto_cognito_sync::DescribeIdentityUsageRequest[][src]

pub struct DescribeIdentityUsageRequest {
    pub identity_id: String,
    pub identity_pool_id: String,
}

A request for information about the usage of an identity pool.

Fields

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.

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.

Trait Implementations

impl Default for DescribeIdentityUsageRequest
[src]

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

impl Debug for DescribeIdentityUsageRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeIdentityUsageRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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