[][src]Struct rusoto_chime::MeetingNotificationConfiguration

pub struct MeetingNotificationConfiguration {
    pub sns_topic_arn: Option<String>,
    pub sqs_queue_arn: Option<String>,
}

The configuration for resource targets to receive notifications when Amazon Chime SDK meeting and attendee events occur. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).

Fields

sns_topic_arn: Option<String>

The SNS topic ARN.

sqs_queue_arn: Option<String>

The SQS queue ARN.

Trait Implementations

impl Clone for MeetingNotificationConfiguration[src]

impl Debug for MeetingNotificationConfiguration[src]

impl Default for MeetingNotificationConfiguration[src]

impl PartialEq<MeetingNotificationConfiguration> for MeetingNotificationConfiguration[src]

impl Serialize for MeetingNotificationConfiguration[src]

impl StructuralPartialEq for MeetingNotificationConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.