CreateMeetingRoomConfiguration
public struct CreateMeetingRoomConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let endOfMeetingReminder: CreateEndOfMeetingReminder?
-
Settings to automatically book a room for a configured duration if it’s free when joining a meeting with Alexa.
Declaration
Swift
public let instantBooking: CreateInstantBooking?
-
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.”
Declaration
Swift
public let requireCheckIn: CreateRequireCheckIn?
-
Whether room utilization metrics are enabled or not.
Declaration
Swift
public let roomUtilizationMetricsEnabled: Bool?
-
Undocumented
Declaration
Swift
public init(endOfMeetingReminder: CreateEndOfMeetingReminder? = nil, instantBooking: CreateInstantBooking? = nil, requireCheckIn: CreateRequireCheckIn? = nil, roomUtilizationMetricsEnabled: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws