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]

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

impl Debug for Artifact
[src]

Formats the value using the given formatter. Read more

impl Clone for Artifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Artifact

impl Sync for Artifact