Struct rusoto_mgh::AssociateCreatedArtifactRequest [] [src]

pub struct AssociateCreatedArtifactRequest {
    pub created_artifact: CreatedArtifact,
    pub dry_run: Option<bool>,
    pub migration_task_name: String,
    pub progress_update_stream: String,
}

Fields

An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

Unique identifier that references the migration task.

The name of the ProgressUpdateStream.

Trait Implementations

impl Default for AssociateCreatedArtifactRequest
[src]

[src]

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

impl Debug for AssociateCreatedArtifactRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AssociateCreatedArtifactRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations