Struct rusoto_cognito_idp::CompromisedCredentialsRiskConfigurationType[][src]

pub struct CompromisedCredentialsRiskConfigurationType {
    pub actions: CompromisedCredentialsActionsType,
    pub event_filter: Option<Vec<String>>,
}

The compromised credentials risk configuration type.

Fields

The compromised credentials risk configuration actions.

Perform the action for these events. The default is to perform all events if no event filter is specified.

Trait Implementations

impl Default for CompromisedCredentialsRiskConfigurationType
[src]

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

impl Debug for CompromisedCredentialsRiskConfigurationType
[src]

Formats the value using the given formatter. Read more

impl Clone for CompromisedCredentialsRiskConfigurationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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