class Aws::CognitoIdentity::Types::GetIdInput

Input to the GetId action.

@note When making an API call, you may pass GetIdInput

data as a hash:

    {
      account_id: "AccountId",
      identity_pool_id: "IdentityPoolId", # required
      logins: {
        "IdentityProviderName" => "IdentityProviderToken",
      },
    }

@!attribute [rw] account_id

A standard AWS account ID (9+ digits).
@return [String]

@!attribute [rw] identity_pool_id

An identity pool ID in the format REGION:GUID.
@return [String]

@!attribute [rw] logins

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 user pool:
  `cognito-idp.<region>.amazonaws.com/<YOUR_USER_POOL_ID>`, for
  example,
  `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`
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetIdInput AWS API Documentation

Constants

SENSITIVE