#[non_exhaustive]pub struct MeetingNotificationConfiguration { /* private fields */ }Expand description
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).
Implementations
sourceimpl MeetingNotificationConfiguration
impl MeetingNotificationConfiguration
sourcepub fn sns_topic_arn(&self) -> Option<&str>
pub fn sns_topic_arn(&self) -> Option<&str>
The SNS topic ARN.
sourcepub fn sqs_queue_arn(&self) -> Option<&str>
pub fn sqs_queue_arn(&self) -> Option<&str>
The SQS queue ARN.
sourceimpl MeetingNotificationConfiguration
impl MeetingNotificationConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MeetingNotificationConfiguration.
Trait Implementations
sourceimpl Clone for MeetingNotificationConfiguration
impl Clone for MeetingNotificationConfiguration
sourcefn clone(&self) -> MeetingNotificationConfiguration
fn clone(&self) -> MeetingNotificationConfiguration
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 PartialEq<MeetingNotificationConfiguration> for MeetingNotificationConfiguration
impl PartialEq<MeetingNotificationConfiguration> for MeetingNotificationConfiguration
sourcefn eq(&self, other: &MeetingNotificationConfiguration) -> bool
fn eq(&self, other: &MeetingNotificationConfiguration) -> bool
impl StructuralPartialEq for MeetingNotificationConfiguration
Auto Trait Implementations
impl RefUnwindSafe for MeetingNotificationConfiguration
impl Send for MeetingNotificationConfiguration
impl Sync for MeetingNotificationConfiguration
impl Unpin for MeetingNotificationConfiguration
impl UnwindSafe for MeetingNotificationConfiguration
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