Struct aws_sdk_shield::model::EmergencyContact [−][src]
#[non_exhaustive]pub struct EmergencyContact {
pub email_address: Option<String>,
pub phone_number: Option<String>,
pub contact_notes: Option<String>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.email_address: Option<String>
The email address for the contact.
phone_number: Option<String>
The phone number for the contact.
contact_notes: Option<String>
Additional notes regarding the contact.
Implementations
The email address for the contact.
The phone number for the contact.
Additional notes regarding the contact.
Creates a new builder-style object to manufacture EmergencyContact
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more