#[non_exhaustive]pub struct EventTypeSummary { /* private fields */ }Expand description
Returns information about an event that has triggered a notification rule.
Implementations
sourceimpl EventTypeSummary
impl EventTypeSummary
sourcepub fn event_type_id(&self) -> Option<&str>
pub fn event_type_id(&self) -> Option<&str>
The system-generated ID of the event. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service for which the event applies.
sourcepub fn event_type_name(&self) -> Option<&str>
pub fn event_type_name(&self) -> Option<&str>
The name of the event.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type of the event.
sourceimpl EventTypeSummary
impl EventTypeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventTypeSummary.
Trait Implementations
sourceimpl Clone for EventTypeSummary
impl Clone for EventTypeSummary
sourcefn clone(&self) -> EventTypeSummary
fn clone(&self) -> EventTypeSummary
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 EventTypeSummary
impl Debug for EventTypeSummary
sourceimpl PartialEq<EventTypeSummary> for EventTypeSummary
impl PartialEq<EventTypeSummary> for EventTypeSummary
sourcefn eq(&self, other: &EventTypeSummary) -> bool
fn eq(&self, other: &EventTypeSummary) -> bool
impl StructuralPartialEq for EventTypeSummary
Auto Trait Implementations
impl RefUnwindSafe for EventTypeSummary
impl Send for EventTypeSummary
impl Sync for EventTypeSummary
impl Unpin for EventTypeSummary
impl UnwindSafe for EventTypeSummary
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