[][src]Struct rusoto_cognito_identity::GetIdInput

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 Clone for GetIdInput
[src]

Performs copy-assignment from source. Read more

impl Default for GetIdInput
[src]

impl PartialEq<GetIdInput> for GetIdInput
[src]

impl Debug for GetIdInput
[src]

impl Serialize for GetIdInput
[src]

Auto Trait Implementations

impl Send for GetIdInput

impl Sync for GetIdInput

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T