Struct rusoto_cognito_identity::GetCredentialsForIdentityInput [] [src]

pub struct GetCredentialsForIdentityInput {
    pub custom_role_arn: Option<String>,
    pub identity_id: String,
    pub logins: Option<HashMap<String, String>>,
}

Input to the GetCredentialsForIdentity action.

Fields

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

A unique identifier in the format REGION:GUID.

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

Trait Implementations

impl Default for GetCredentialsForIdentityInput
[src]

[src]

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

impl Debug for GetCredentialsForIdentityInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetCredentialsForIdentityInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations