Struct rusoto_cognito_idp::VerifySoftwareTokenResponse[][src]

pub struct VerifySoftwareTokenResponse {
    pub session: Option<String>,
    pub status: Option<String>,
}

Fields

The session which should be passed both ways in challenge-response calls to the service.

The status of the verify software token.

Trait Implementations

impl Default for VerifySoftwareTokenResponse
[src]

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

impl Debug for VerifySoftwareTokenResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for VerifySoftwareTokenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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