Struct rusoto_codepipeline::Artifact [] [src]

pub struct Artifact {
    pub location: Option<ArtifactLocation>,
    pub name: Option<String>,
    pub revision: Option<String>,
}

Represents information about an artifact that will be worked upon by actions in the pipeline.

Fields

The location of an artifact.

The artifact's name.

The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).

Trait Implementations

impl Default for Artifact
[src]

[src]

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

impl Debug for Artifact
[src]

[src]

Formats the value using the given formatter.

impl Clone for Artifact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more