JobManifest
public struct JobManifest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Contains the information required to locate the specified job’s manifest.
Declaration
Swift
public let location: JobManifestLocation
-
Describes the format of the specified job’s manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
Declaration
Swift
public let spec: JobManifestSpec
-
Undocumented
Declaration
Swift
public init(location: JobManifestLocation, spec: JobManifestSpec)
-
Declaration
Swift
public func validate(name: String) throws