Struct rusoto_cognito_identity::UnlinkDeveloperIdentityInput [] [src]

pub struct UnlinkDeveloperIdentityInput {
    pub developer_provider_name: String,
    pub developer_user_identifier: String,
    pub identity_id: String,
    pub identity_pool_id: String,
}

Input to the UnlinkDeveloperIdentity action.

Fields

The "domain" by which Cognito will refer to your users.

A unique ID used by your backend authentication process to identify a user.

A unique identifier in the format REGION:GUID.

An identity pool ID in the format REGION:GUID.

Trait Implementations

impl Default for UnlinkDeveloperIdentityInput
[src]

[src]

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

impl Debug for UnlinkDeveloperIdentityInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for UnlinkDeveloperIdentityInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more