DeleteRoomSkillParameterRequest
public struct DeleteRoomSkillParameterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The room skill parameter key for which to remove details.
Declaration
Swift
public let parameterKey: String -
The ARN of the room from which to remove the room skill parameter details.
Declaration
Swift
public let roomArn: String? -
The ID of the skill from which to remove the room skill parameter details.
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
View on GitHub
DeleteRoomSkillParameterRequest Structure Reference