DescribeDatasetImportJobResponse
public struct DescribeDatasetImportJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the dataset import job, including the status. The status is one of the following values: CREATE PENDING CREATE IN_PROGRESS ACTIVE CREATE FAILED
Declaration
Swift
public let datasetImportJob: DatasetImportJob?
-
Undocumented
Declaration
Swift
public init(datasetImportJob: DatasetImportJob? = nil)