CatalogImportStatus
public struct CatalogImportStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
True if the migration has completed, or False otherwise.
Declaration
Swift
public let importCompleted: Bool? -
The name of the person who initiated the migration.
Declaration
Swift
public let importedBy: String? -
The time that the migration was started.
Declaration
Swift
public let importTime: TimeStamp? -
Undocumented
Declaration
Swift
public init(importCompleted: Bool? = nil, importedBy: String? = nil, importTime: TimeStamp? = nil)
View on GitHub
CatalogImportStatus Structure Reference