UpdateRoomRequest
public struct UpdateRoomRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime account ID.
Declaration
Swift
public let accountId: String
-
The room name.
Declaration
Swift
public let name: String?
-
The room ID.
Declaration
Swift
public let roomId: String
-
Undocumented
Declaration
Swift
public init(accountId: String, name: String? = nil, roomId: String)
-
Declaration
Swift
public func validate(name: String) throws