MigrationTaskSummary

public struct MigrationTaskSummary : 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?
  • Indication of the percentage completion of the task.

    Declaration

    Swift

    public let progressPercent: Int?
  • An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.

    Declaration

    Swift

    public let progressUpdateStream: String?
  • Status of the task.

    Declaration

    Swift

    public let status: Status?
  • Detail information of what is being done within the overall status state.

    Declaration

    Swift

    public let statusDetail: String?
  • The timestamp when the task was gathered.

    Declaration

    Swift

    public let updateDateTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(migrationTaskName: String? = nil, progressPercent: Int? = nil, progressUpdateStream: String? = nil, status: Status? = nil, statusDetail: String? = nil, updateDateTime: TimeStamp? = nil)