MigrationTask
public struct MigrationTask : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique identifier that references the migration task. Do not store personal data in this field.
Declaration
Swift
public let migrationTaskName: String?
-
A name that identifies the vendor of the migration tool being used.
Declaration
Swift
public let progressUpdateStream: String?
-
Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service repository.
Declaration
Swift
public let resourceAttributeList: [ResourceAttribute]?
-
Task object encapsulating task information.
Declaration
Swift
public let task: Task?
-
The timestamp when the task was gathered.
Declaration
Swift
public let updateDateTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(migrationTaskName: String? = nil, progressUpdateStream: String? = nil, resourceAttributeList: [ResourceAttribute]? = nil, task: Task? = nil, updateDateTime: TimeStamp? = nil)