Struct rusoto_cognito_identity::GetIdInput[][src]

pub struct GetIdInput {
    pub account_id: Option<String>,
    pub identity_pool_id: String,
    pub logins: Option<HashMap<String, String>>,
}

Input to the GetId action.

Fields

A standard AWS account ID (9+ digits).

An identity pool ID in the format REGION:GUID.

A set of optional name-value pairs that map provider names to provider tokens. The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com

  • Amazon Cognito Identity Provider: cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789

  • Google: accounts.google.com

  • Amazon: www.amazon.com

  • Twitter: api.twitter.com

  • Digits: www.digits.com

Trait Implementations

impl Default for GetIdInput
[src]

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

impl Debug for GetIdInput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetIdInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for GetIdInput

impl Sync for GetIdInput