[][src]Struct rusoto_alexaforbusiness::CreateMeetingRoomConfiguration

pub struct CreateMeetingRoomConfiguration {
    pub end_of_meeting_reminder: Option<CreateEndOfMeetingReminder>,
    pub instant_booking: Option<CreateInstantBooking>,
    pub require_check_in: Option<CreateRequireCheckIn>,
    pub room_utilization_metrics_enabled: Option<bool>,
}

Creates meeting room settings of a room profile.

Fields

end_of_meeting_reminder: Option<CreateEndOfMeetingReminder>instant_booking: Option<CreateInstantBooking>

Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.

require_check_in: Option<CreateRequireCheckIn>

Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”

room_utilization_metrics_enabled: Option<bool>

Whether room utilization metrics are enabled or not.

Trait Implementations

impl Clone for CreateMeetingRoomConfiguration[src]

impl Debug for CreateMeetingRoomConfiguration[src]

impl Default for CreateMeetingRoomConfiguration[src]

impl PartialEq<CreateMeetingRoomConfiguration> for CreateMeetingRoomConfiguration[src]

impl Serialize for CreateMeetingRoomConfiguration[src]

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