Struct rusoto_cognito_idp::EventRiskType[][src]

pub struct EventRiskType {
    pub risk_decision: Option<String>,
    pub risk_level: Option<String>,
}

The event risk type.

Fields

The risk decision.

The risk level.

Trait Implementations

impl Default for EventRiskType
[src]

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

impl Debug for EventRiskType
[src]

Formats the value using the given formatter. Read more

impl Clone for EventRiskType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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