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§
Source§impl Clone for AssociateProactiveEngagementDetailsRequest
impl Clone for AssociateProactiveEngagementDetailsRequest
Source§fn clone(&self) -> AssociateProactiveEngagementDetailsRequest
fn clone(&self) -> AssociateProactiveEngagementDetailsRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AssociateProactiveEngagementDetailsRequest
impl Default for AssociateProactiveEngagementDetailsRequest
Source§fn default() -> AssociateProactiveEngagementDetailsRequest
fn default() -> AssociateProactiveEngagementDetailsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateProactiveEngagementDetailsRequest
impl PartialEq for AssociateProactiveEngagementDetailsRequest
Source§fn eq(&self, other: &AssociateProactiveEngagementDetailsRequest) -> bool
fn eq(&self, other: &AssociateProactiveEngagementDetailsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateProactiveEngagementDetailsRequest
Auto Trait Implementations§
impl Freeze for AssociateProactiveEngagementDetailsRequest
impl RefUnwindSafe for AssociateProactiveEngagementDetailsRequest
impl Send for AssociateProactiveEngagementDetailsRequest
impl Sync for AssociateProactiveEngagementDetailsRequest
impl Unpin for AssociateProactiveEngagementDetailsRequest
impl UnwindSafe for AssociateProactiveEngagementDetailsRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more