Struct rusoto_mgh::CreatedArtifact[][src]

pub struct CreatedArtifact {
    pub description: Option<String>,
    pub name: String,
}

An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).

Fields

A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

An ARN that uniquely identifies the result of a migration task.

Trait Implementations

impl Default for CreatedArtifact
[src]

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

impl Debug for CreatedArtifact
[src]

Formats the value using the given formatter. Read more

impl Clone for CreatedArtifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreatedArtifact
[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