class Aws::MigrationHub::Types::Task
Task
object encapsulating task information.
@note When making an API call, you may pass Task
data as a hash: { status: "NOT_STARTED", # required, accepts NOT_STARTED, IN_PROGRESS, FAILED, COMPLETED status_detail: "StatusDetail", progress_percent: 1, }
@!attribute [rw] status
Status of the task - Not Started, In-Progress, Complete. @return [String]
@!attribute [rw] status_detail
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. @return [String]
@!attribute [rw] progress_percent
Indication of the percentage completion of the task. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/Task AWS API Documentation
Constants
- SENSITIVE