Struct aws_sdk_migrationhub::model::MigrationTaskSummary [−][src]
#[non_exhaustive]pub struct MigrationTaskSummary {
pub progress_update_stream: Option<String>,
pub migration_task_name: Option<String>,
pub status: Option<Status>,
pub progress_percent: Option<i32>,
pub status_detail: Option<String>,
pub update_date_time: Option<DateTime>,
}Expand description
MigrationTaskSummary includes MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and UpdateDateTime for each task.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.progress_update_stream: Option<String>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.
migration_task_name: Option<String>Unique identifier that references the migration task. Do not store personal data in this field.
status: Option<Status>Status of the task.
progress_percent: Option<i32>Indication of the percentage completion of the task.
status_detail: Option<String>Detail information of what is being done within the overall status state.
update_date_time: Option<DateTime>The timestamp when the task was gathered.
Implementations
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.
Unique identifier that references the migration task. Do not store personal data in this field.
Indication of the percentage completion of the task.
Detail information of what is being done within the overall status state.
The timestamp when the task was gathered.
Creates a new builder-style object to manufacture MigrationTaskSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MigrationTaskSummary
impl Send for MigrationTaskSummary
impl Sync for MigrationTaskSummary
impl Unpin for MigrationTaskSummary
impl UnwindSafe for MigrationTaskSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
