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]

[src]

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

impl Debug for Mitigation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Mitigation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Mitigation

impl Sync for Mitigation