GetRoomSkillParameterRequest
public struct GetRoomSkillParameterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The room skill parameter key for which to get details. Required.
Declaration
Swift
public let parameterKey: String
-
The ARN of the room from which to get the room skill parameter details.
Declaration
Swift
public let roomArn: String?
-
The ARN of the skill from which to get the room skill parameter details. Required.
Declaration
Swift
public let skillId: String
-
Undocumented
Declaration
Swift
public init(parameterKey: String, roomArn: String? = nil, skillId: String)
-
Declaration
Swift
public func validate(name: String) throws