Struct rusoto_cognito_identity::UnlinkIdentityInput [] [src]

pub struct UnlinkIdentityInput {
    pub identity_id: String,
    pub logins: HashMap<String, String>,
    pub logins_to_remove: Vec<String>,
}

Input to the UnlinkIdentity action.

Fields

A unique identifier in the format REGION:GUID.

A set of optional name-value pairs that map provider names to provider tokens.

Provider names to unlink from this identity.

Trait Implementations

impl Default for UnlinkIdentityInput
[src]

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

impl Debug for UnlinkIdentityInput
[src]

Formats the value using the given formatter.

impl Clone for UnlinkIdentityInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more