Struct rusoto_mgh::DescribeMigrationTaskRequest[][src]

pub struct DescribeMigrationTaskRequest {
    pub migration_task_name: String,
    pub progress_update_stream: String,
}

Fields

The identifier given to the MigrationTask.

The name of the ProgressUpdateStream.

Trait Implementations

impl Default for DescribeMigrationTaskRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeMigrationTaskRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeMigrationTaskRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeMigrationTaskRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations