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§
source§impl 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.
source§impl EmergencyContact
impl EmergencyContact
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EmergencyContact
.
Trait Implementations§
source§impl Clone for EmergencyContact
impl Clone for EmergencyContact
source§fn clone(&self) -> EmergencyContact
fn clone(&self) -> EmergencyContact
Returns a copy 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 Debug for EmergencyContact
impl Debug for EmergencyContact
source§impl PartialEq<EmergencyContact> for EmergencyContact
impl PartialEq<EmergencyContact> for EmergencyContact
source§fn eq(&self, other: &EmergencyContact) -> bool
fn eq(&self, other: &EmergencyContact) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.