UpdateRoomRequest
public struct UpdateRoomRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The updated description for the room.
Declaration
Swift
public let description: String? -
The updated profile ARN for the room.
Declaration
Swift
public let profileArn: String? -
The updated provider calendar ARN for the room.
Declaration
Swift
public let providerCalendarId: String? -
The ARN of the room to update.
Declaration
Swift
public let roomArn: String? -
The updated name for the 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) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateRoomRequest Structure Reference