RoomData
public struct RoomData : 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 profile name of a room.
Declaration
Swift
public let profileName: 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, profileName: String? = nil, providerCalendarId: String? = nil, roomArn: String? = nil, roomName: String? = nil)