CreateRoomResponse
public struct CreateRoomResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the newly created room in the response.
Declaration
Swift
public let roomArn: String? -
Undocumented
Declaration
Swift
public init(roomArn: String? = nil)
View on GitHub
CreateRoomResponse Structure Reference