Struct aws_sdk_codepipeline::model::ArtifactLocation
source · #[non_exhaustive]pub struct ArtifactLocation { /* private fields */ }
Expand description
Represents information about the location of an artifact.
Implementations§
source§impl ArtifactLocation
impl ArtifactLocation
sourcepub fn type(&self) -> Option<&ArtifactLocationType>
pub fn type(&self) -> Option<&ArtifactLocationType>
The type of artifact in the location.
sourcepub fn s3_location(&self) -> Option<&S3ArtifactLocation>
pub fn s3_location(&self) -> Option<&S3ArtifactLocation>
The S3 bucket that contains the artifact.
source§impl ArtifactLocation
impl ArtifactLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArtifactLocation
.
Trait Implementations§
source§impl Clone for ArtifactLocation
impl Clone for ArtifactLocation
source§fn clone(&self) -> ArtifactLocation
fn clone(&self) -> ArtifactLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ArtifactLocation
impl Debug for ArtifactLocation
source§impl PartialEq<ArtifactLocation> for ArtifactLocation
impl PartialEq<ArtifactLocation> for ArtifactLocation
source§fn eq(&self, other: &ArtifactLocation) -> bool
fn eq(&self, other: &ArtifactLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.