Struct aws_sdk_migrationhub::model::migration_task_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for MigrationTaskSummary
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.
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.
Unique identifier that references the migration task. Do not store personal data in this field.
Status of the task.
Indication of the percentage completion of the task.
Indication of the percentage completion of the task.
Detail information of what is being done within the overall status state.
Detail information of what is being done within the overall status state.
The timestamp when the task was gathered.
The timestamp when the task was gathered.
Consumes the builder and constructs a MigrationTaskSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
