PutRoomSkillParameterRequest
public struct PutRoomSkillParameterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the room associated with the room skill parameter. Required.
Declaration
Swift
public let roomArn: String?
-
The updated room skill parameter. Required.
Declaration
Swift
public let roomSkillParameter: RoomSkillParameter
-
The ARN of the skill associated with the room skill parameter. Required.
Declaration
Swift
public let skillId: String
-
Undocumented
Declaration
Swift
public init(roomArn: String? = nil, roomSkillParameter: RoomSkillParameter, skillId: String)
-
Declaration
Swift
public func validate(name: String) throws