ProcessorParameter
public struct ProcessorParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the parameter.
Declaration
Swift
public let parameterName: ProcessorParameterName
-
The parameter value.
Declaration
Swift
public let parameterValue: String
-
Undocumented
Declaration
Swift
public init(parameterName: ProcessorParameterName, parameterValue: String)
-
Declaration
Swift
public func validate(name: String) throws