UpdateInstantBooking
public struct UpdateInstantBooking : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.
Declaration
Swift
public let durationInMinutes: Int? -
Whether instant booking is enabled or not.
Declaration
Swift
public let enabled: Bool? -
Undocumented
Declaration
Swift
public init(durationInMinutes: Int? = nil, enabled: Bool? = nil)
View on GitHub
UpdateInstantBooking Structure Reference