Processor
public struct Processor : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The processor parameters.
Declaration
Swift
public let parameters: [ProcessorParameter]?
-
The type of processor.
Declaration
Swift
public let type: ProcessorType
-
Undocumented
Declaration
Swift
public init(parameters: [ProcessorParameter]? = nil, type: ProcessorType)
-
Declaration
Swift
public func validate(name: String) throws