Struct rusoto_cognito_idp::AccountTakeoverActionsType[][src]

pub struct AccountTakeoverActionsType {
    pub high_action: Option<AccountTakeoverActionType>,
    pub low_action: Option<AccountTakeoverActionType>,
    pub medium_action: Option<AccountTakeoverActionType>,
}

Account takeover actions type.

Fields

Action to take for a high risk.

Action to take for a low risk.

Action to take for a medium risk.

Trait Implementations

impl Default for AccountTakeoverActionsType
[src]

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

impl Debug for AccountTakeoverActionsType
[src]

Formats the value using the given formatter. Read more

impl Clone for AccountTakeoverActionsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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