[][src]Struct rusoto_chime::CreateMeetingRequest

pub struct CreateMeetingRequest {
    pub client_request_token: String,
    pub media_region: Option<String>,
    pub meeting_host_id: Option<String>,
    pub notifications_configuration: Option<MeetingNotificationConfiguration>,
}

Fields

client_request_token: String

The unique identifier for the client request. Use a different token for different meetings.

media_region: Option<String>

The Region in which to create the meeting. Available values: ap-northeast-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-north-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2.

meeting_host_id: Option<String>

Reserved.

notifications_configuration: Option<MeetingNotificationConfiguration>

The configuration for resource targets to receive notifications when meeting and attendee events occur.

Trait Implementations

impl Clone for CreateMeetingRequest[src]

impl Debug for CreateMeetingRequest[src]

impl Default for CreateMeetingRequest[src]

impl PartialEq<CreateMeetingRequest> for CreateMeetingRequest[src]

impl Serialize for CreateMeetingRequest[src]

impl StructuralPartialEq for CreateMeetingRequest[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, 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.