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]

[src]

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

impl Debug for GetIdInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetIdInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GetIdInput

impl Sync for GetIdInput