UploadSettings
public struct UploadSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether the file has a header row, or the files each have a header row.
Declaration
Swift
public let containsHeader: Bool?
-
The delimiter between values in the file.
Declaration
Swift
public let delimiter: String?
-
File format.
Declaration
Swift
public let format: FileFormat?
-
A row number to start reading data from.
Declaration
Swift
public let startFromRow: Int?
-
Text qualifier.
Declaration
Swift
public let textQualifier: TextQualifier?
-
Undocumented
Declaration
Swift
public init(containsHeader: Bool? = nil, delimiter: String? = nil, format: FileFormat? = nil, startFromRow: Int? = nil, textQualifier: TextQualifier? = nil)
-
Declaration
Swift
public func validate(name: String) throws