RoomSkillParameter
public struct RoomSkillParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.
Declaration
Swift
public let parameterKey: String -
The parameter value of a room skill parameter.
Declaration
Swift
public let parameterValue: String -
Undocumented
Declaration
Swift
public init(parameterKey: String, parameterValue: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RoomSkillParameter Structure Reference