ProcessingInput
public struct ProcessingInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the inputs for the processing job.
Declaration
Swift
public let inputName: String -
The S3 inputs for the processing job.
Declaration
Swift
public let s3Input: ProcessingS3Input -
Undocumented
Declaration
Swift
public init(inputName: String, s3Input: ProcessingS3Input) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ProcessingInput Structure Reference