#[non_exhaustive]pub struct DescribeMigrationTaskInput { /* private fields */ }Implementations§
source§impl DescribeMigrationTaskInput
impl DescribeMigrationTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMigrationTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeMigrationTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeMigrationTask>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeMigrationTaskInput.
source§impl DescribeMigrationTaskInput
impl DescribeMigrationTaskInput
sourcepub fn progress_update_stream(&self) -> Option<&str>
pub fn progress_update_stream(&self) -> Option<&str>
The name of the ProgressUpdateStream.
sourcepub fn migration_task_name(&self) -> Option<&str>
pub fn migration_task_name(&self) -> Option<&str>
The identifier given to the MigrationTask. Do not store personal data in this field.
Trait Implementations§
source§impl Clone for DescribeMigrationTaskInput
impl Clone for DescribeMigrationTaskInput
source§fn clone(&self) -> DescribeMigrationTaskInput
fn clone(&self) -> DescribeMigrationTaskInput
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 DescribeMigrationTaskInput
impl Debug for DescribeMigrationTaskInput
source§impl PartialEq<DescribeMigrationTaskInput> for DescribeMigrationTaskInput
impl PartialEq<DescribeMigrationTaskInput> for DescribeMigrationTaskInput
source§fn eq(&self, other: &DescribeMigrationTaskInput) -> bool
fn eq(&self, other: &DescribeMigrationTaskInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.