Struct rusoto_codepipeline::S3ArtifactLocation [] [src]

pub struct S3ArtifactLocation {
    pub bucket_name: String,
    pub object_key: String,
}

The location of the Amazon S3 bucket that contains a revision.

Fields

The name of the Amazon S3 bucket.

The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.

Trait Implementations

impl Default for S3ArtifactLocation
[src]

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

impl Debug for S3ArtifactLocation
[src]

Formats the value using the given formatter.

impl Clone for S3ArtifactLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more