Room
public struct Room : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of a room.
Declaration
Swift
public let description: String? -
The profile ARN of a room.
Declaration
Swift
public let profileArn: String? -
The provider calendar ARN of a room.
Declaration
Swift
public let providerCalendarId: String? -
The ARN of a room.
Declaration
Swift
public let roomArn: String? -
The name of a room.
Declaration
Swift
public let roomName: String? -
Undocumented
Declaration
Swift
public init(description: String? = nil, profileArn: String? = nil, providerCalendarId: String? = nil, roomArn: String? = nil, roomName: String? = nil)
View on GitHub
Room Structure Reference