[][src]Struct rusoto_shield::Protection

pub struct Protection {
    pub health_check_ids: Option<Vec<String>>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub resource_arn: Option<String>,
}

An object that represents a resource that is under DDoS protection.

Fields

health_check_ids: Option<Vec<String>>

The unique identifier (ID) for the Route 53 health check that's associated with the protection.

id: Option<String>

The unique identifier (ID) of the protection.

name: Option<String>

The friendly name of the protection. For example, My CloudFront distributions.

resource_arn: Option<String>

The ARN (Amazon Resource Name) of the AWS resource that is protected.

Trait Implementations

impl Clone for Protection[src]

impl Debug for Protection[src]

impl Default for Protection[src]

impl<'de> Deserialize<'de> for Protection[src]

impl PartialEq<Protection> for Protection[src]

impl StructuralPartialEq for Protection[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.