Struct rusoto_cognito_identity::DescribeIdentityInput[][src]

pub struct DescribeIdentityInput {
    pub identity_id: String,
}

Input to the DescribeIdentity action.

Fields

A unique identifier in the format REGION:GUID.

Trait Implementations

impl Default for DescribeIdentityInput
[src]

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

impl Debug for DescribeIdentityInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeIdentityInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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