RequireCheckIn
public struct RequireCheckIn : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether require check in is enabled or not.
Declaration
Swift
public let enabled: Bool?
-
Duration between 5 and 20 minutes to determine when to release the room if it’s not checked into.
Declaration
Swift
public let releaseAfterMinutes: Int?
-
Undocumented
Declaration
Swift
public init(enabled: Bool? = nil, releaseAfterMinutes: Int? = nil)