#[non_exhaustive]pub struct ListMigrationTasksOutput { /* private fields */ }Implementations§
source§impl ListMigrationTasksOutput
impl ListMigrationTasksOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
sourcepub fn migration_task_summary_list(&self) -> Option<&[MigrationTaskSummary]>
pub fn migration_task_summary_list(&self) -> Option<&[MigrationTaskSummary]>
Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.
source§impl ListMigrationTasksOutput
impl ListMigrationTasksOutput
sourcepub fn builder() -> ListMigrationTasksOutputBuilder
pub fn builder() -> ListMigrationTasksOutputBuilder
Creates a new builder-style object to manufacture ListMigrationTasksOutput.
Trait Implementations§
source§impl Clone for ListMigrationTasksOutput
impl Clone for ListMigrationTasksOutput
source§fn clone(&self) -> ListMigrationTasksOutput
fn clone(&self) -> ListMigrationTasksOutput
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 ListMigrationTasksOutput
impl Debug for ListMigrationTasksOutput
source§impl PartialEq<ListMigrationTasksOutput> for ListMigrationTasksOutput
impl PartialEq<ListMigrationTasksOutput> for ListMigrationTasksOutput
source§fn eq(&self, other: &ListMigrationTasksOutput) -> bool
fn eq(&self, other: &ListMigrationTasksOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListMigrationTasksOutput
impl RequestId for ListMigrationTasksOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.