#[non_exhaustive]pub struct EventTypeSummary { /* private fields */ }
Expand description
Returns information about an event that has triggered a notification rule.
Implementations§
source§impl 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.
source§impl EventTypeSummary
impl EventTypeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventTypeSummary
.
Trait Implementations§
source§impl Clone for EventTypeSummary
impl Clone for EventTypeSummary
source§fn clone(&self) -> EventTypeSummary
fn clone(&self) -> EventTypeSummary
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 EventTypeSummary
impl Debug for EventTypeSummary
source§impl PartialEq<EventTypeSummary> for EventTypeSummary
impl PartialEq<EventTypeSummary> for EventTypeSummary
source§fn eq(&self, other: &EventTypeSummary) -> bool
fn eq(&self, other: &EventTypeSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.