Struct aws_sdk_shield::model::EmergencyContact
source · [−]#[non_exhaustive]pub struct EmergencyContact { /* private fields */ }
Expand description
Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
Implementations
sourceimpl EmergencyContact
impl EmergencyContact
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address for the contact.
sourcepub fn phone_number(&self) -> Option<&str>
pub fn phone_number(&self) -> Option<&str>
The phone number for the contact.
sourcepub fn contact_notes(&self) -> Option<&str>
pub fn contact_notes(&self) -> Option<&str>
Additional notes regarding the contact.
sourceimpl EmergencyContact
impl EmergencyContact
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EmergencyContact
.
Trait Implementations
sourceimpl Clone for EmergencyContact
impl Clone for EmergencyContact
sourcefn clone(&self) -> EmergencyContact
fn clone(&self) -> EmergencyContact
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EmergencyContact
impl Debug for EmergencyContact
sourceimpl PartialEq<EmergencyContact> for EmergencyContact
impl PartialEq<EmergencyContact> for EmergencyContact
sourcefn eq(&self, other: &EmergencyContact) -> bool
fn eq(&self, other: &EmergencyContact) -> bool
impl StructuralPartialEq for EmergencyContact
Auto Trait Implementations
impl RefUnwindSafe for EmergencyContact
impl Send for EmergencyContact
impl Sync for EmergencyContact
impl Unpin for EmergencyContact
impl UnwindSafe for EmergencyContact
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more