StartImportTaskResponse
public struct StartImportTaskResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
Declaration
Swift
public let task: ImportTask? -
Undocumented
Declaration
Swift
public init(task: ImportTask? = nil)
View on GitHub
StartImportTaskResponse Structure Reference