#[non_exhaustive]pub struct PutPartnerEventsRequestEntry { /* private fields */ }Expand description
The details about an event generated by an SaaS partner.
Implementations§
source§impl PutPartnerEventsRequestEntry
impl PutPartnerEventsRequestEntry
sourcepub fn resources(&self) -> Option<&[String]>
pub fn resources(&self) -> Option<&[String]>
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
sourcepub fn detail_type(&self) -> Option<&str>
pub fn detail_type(&self) -> Option<&str>
A free-form string used to decide what fields to expect in the event detail.
source§impl PutPartnerEventsRequestEntry
impl PutPartnerEventsRequestEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutPartnerEventsRequestEntry.
Trait Implementations§
source§impl Clone for PutPartnerEventsRequestEntry
impl Clone for PutPartnerEventsRequestEntry
source§fn clone(&self) -> PutPartnerEventsRequestEntry
fn clone(&self) -> PutPartnerEventsRequestEntry
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 PutPartnerEventsRequestEntry
impl Debug for PutPartnerEventsRequestEntry
source§impl PartialEq<PutPartnerEventsRequestEntry> for PutPartnerEventsRequestEntry
impl PartialEq<PutPartnerEventsRequestEntry> for PutPartnerEventsRequestEntry
source§fn eq(&self, other: &PutPartnerEventsRequestEntry) -> bool
fn eq(&self, other: &PutPartnerEventsRequestEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.