Room
public struct Room : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime account ID.
Declaration
Swift
public let accountId: String?
-
The identifier of the room creator.
Declaration
Swift
public let createdBy: String?
-
The room creation timestamp, in ISO 8601 format.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The room name.
Declaration
Swift
public let name: String?
-
The room ID.
Declaration
Swift
public let roomId: String?
-
The room update timestamp, in ISO 8601 format.
Declaration
Swift
public let updatedTimestamp: TimeStamp?