Struct aws_sdk_migrationhub::types::MigrationTaskSummary
source · #[non_exhaustive]pub struct MigrationTaskSummary { /* private fields */ }Expand description
MigrationTaskSummary includes MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and UpdateDateTime for each task.
Implementations§
source§impl MigrationTaskSummary
impl MigrationTaskSummary
sourcepub fn progress_update_stream(&self) -> Option<&str>
pub fn progress_update_stream(&self) -> Option<&str>
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.
sourcepub fn migration_task_name(&self) -> Option<&str>
pub fn migration_task_name(&self) -> Option<&str>
Unique identifier that references the migration task. Do not store personal data in this field.
sourcepub fn progress_percent(&self) -> Option<i32>
pub fn progress_percent(&self) -> Option<i32>
Indication of the percentage completion of the task.
sourcepub fn status_detail(&self) -> Option<&str>
pub fn status_detail(&self) -> Option<&str>
Detail information of what is being done within the overall status state.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The timestamp when the task was gathered.
source§impl MigrationTaskSummary
impl MigrationTaskSummary
sourcepub fn builder() -> MigrationTaskSummaryBuilder
pub fn builder() -> MigrationTaskSummaryBuilder
Creates a new builder-style object to manufacture MigrationTaskSummary.
Trait Implementations§
source§impl Clone for MigrationTaskSummary
impl Clone for MigrationTaskSummary
source§fn clone(&self) -> MigrationTaskSummary
fn clone(&self) -> MigrationTaskSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MigrationTaskSummary
impl Debug for MigrationTaskSummary
source§impl PartialEq<MigrationTaskSummary> for MigrationTaskSummary
impl PartialEq<MigrationTaskSummary> for MigrationTaskSummary
source§fn eq(&self, other: &MigrationTaskSummary) -> bool
fn eq(&self, other: &MigrationTaskSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.