#[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§
source§impl 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.
source§impl MeetingNotificationConfiguration
impl MeetingNotificationConfiguration
sourcepub fn builder() -> MeetingNotificationConfigurationBuilder
pub fn builder() -> MeetingNotificationConfigurationBuilder
Creates a new builder-style object to manufacture MeetingNotificationConfiguration.
Trait Implementations§
source§impl Clone for MeetingNotificationConfiguration
impl Clone for MeetingNotificationConfiguration
source§fn clone(&self) -> MeetingNotificationConfiguration
fn clone(&self) -> MeetingNotificationConfiguration
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 PartialEq<MeetingNotificationConfiguration> for MeetingNotificationConfiguration
impl PartialEq<MeetingNotificationConfiguration> for MeetingNotificationConfiguration
source§fn eq(&self, other: &MeetingNotificationConfiguration) -> bool
fn eq(&self, other: &MeetingNotificationConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more