Struct rusoto_shield::Mitigation[][src]

pub struct Mitigation {
    pub mitigation_name: Option<String>,
}

The mitigation applied to a DDoS attack.

Fields

The name of the mitigation taken for this attack.

Trait Implementations

impl Default for Mitigation
[src]

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

impl Debug for Mitigation
[src]

Formats the value using the given formatter. Read more

impl Clone for Mitigation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Mitigation

impl Sync for Mitigation