ResolveRoomRequest
public struct ResolveRoomRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the skill that was requested. Required.
Declaration
Swift
public let skillId: String
-
The ARN of the user. Required.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(skillId: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws