Struct aws_sdk_migrationhub::types::Task  
source · #[non_exhaustive]pub struct Task { /* private fields */ }Expand description
Task object encapsulating task information.
Implementations§
source§impl Task
 
impl Task
sourcepub fn status(&self) -> Option<&Status>
 
pub fn status(&self) -> Option<&Status>
Status of the task - Not Started, In-Progress, Complete.
sourcepub fn status_detail(&self) -> Option<&str>
 
pub fn status_detail(&self) -> Option<&str>
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.
sourcepub fn progress_percent(&self) -> Option<i32>
 
pub fn progress_percent(&self) -> Option<i32>
Indication of the percentage completion of the task.