Struct rusoto_codepipeline::ArtifactLocation [] [src]

pub struct ArtifactLocation {
    pub s_3_location: Option<S3ArtifactLocation>,
    pub type_: Option<String>,
}

Represents information about the location of an artifact.

Fields

The Amazon S3 bucket that contains the artifact.

The type of artifact in the location.

Trait Implementations

impl Default for ArtifactLocation
[src]

[src]

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

impl Debug for ArtifactLocation
[src]

[src]

Formats the value using the given formatter.

impl Clone for ArtifactLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more