JobManifestSpec
public struct JobManifestSpec : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element describes which columns contain the required data.
Declaration
Swift
public let fields: [JobManifestFieldName]?
-
Indicates which of the available formats the specified manifest uses.
Declaration
Swift
public let format: JobManifestFormat
-
Undocumented
Declaration
Swift
public init(fields: [JobManifestFieldName]? = nil, format: JobManifestFormat)