[][src]Struct rusoto_shield::AssociateProactiveEngagementDetailsRequest

pub struct AssociateProactiveEngagementDetailsRequest {
    pub emergency_contact_list: Vec<EmergencyContact>,
}

Fields

emergency_contact_list: Vec<EmergencyContact>

A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.

To enable proactive engagement, the contact list must include at least one phone number.

The contacts that you provide here replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings and then provide it here.

Trait Implementations

impl Clone for AssociateProactiveEngagementDetailsRequest[src]

impl Debug for AssociateProactiveEngagementDetailsRequest[src]

impl Default for AssociateProactiveEngagementDetailsRequest[src]

impl PartialEq<AssociateProactiveEngagementDetailsRequest> for AssociateProactiveEngagementDetailsRequest[src]

impl Serialize for AssociateProactiveEngagementDetailsRequest[src]

impl StructuralPartialEq for AssociateProactiveEngagementDetailsRequest[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> 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.