CreateImportJobRequest
public struct CreateImportJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The data source for the import job.
Declaration
Swift
public let importDataSource: ImportDataSource -
The destination for the import job.
Declaration
Swift
public let importDestination: ImportDestination -
Undocumented
Declaration
Swift
public init(importDataSource: ImportDataSource, importDestination: ImportDestination) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateImportJobRequest Structure Reference