Struct rusoto_cognito_idp::UserContextDataType[][src]

pub struct UserContextDataType {
    pub encoded_data: Option<String>,
}

Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.

Fields

Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.

Trait Implementations

impl Default for UserContextDataType
[src]

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

impl Debug for UserContextDataType
[src]

Formats the value using the given formatter. Read more

impl Clone for UserContextDataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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