Struct rusoto_cognito_idp::SetUserSettingsRequest[][src]

pub struct SetUserSettingsRequest {
    pub access_token: String,
    pub mfa_options: Vec<MFAOptionType>,
}

Represents the request to set user settings.

Fields

The access token for the set user settings request.

Specifies the options for MFA (e.g., email or phone number).

Trait Implementations

impl Default for SetUserSettingsRequest
[src]

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

impl Debug for SetUserSettingsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for SetUserSettingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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