Task

public struct Task : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indication of the percentage completion of the task.

    Declaration

    Swift

    public let progressPercent: Int?
  • Status of the task - Not Started, In-Progress, Complete.

    Declaration

    Swift

    public let status: Status
  • Details of task status as notified by a migration tool. A tool might use this field to provide clarifying information about the status that is unique to that tool or that explains an error state.

    Declaration

    Swift

    public let statusDetail: String?
  • Undocumented

    Declaration

    Swift

    public init(progressPercent: Int? = nil, status: Status, statusDetail: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws