Struct aws_sdk_codepipeline::model::ArtifactDetail
source · #[non_exhaustive]pub struct ArtifactDetail { /* private fields */ }
Expand description
Artifact details for the action execution, such as the artifact location.
Implementations§
source§impl ArtifactDetail
impl ArtifactDetail
sourcepub fn s3location(&self) -> Option<&S3Location>
pub fn s3location(&self) -> Option<&S3Location>
The Amazon S3 artifact location for the action execution.
source§impl ArtifactDetail
impl ArtifactDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArtifactDetail
.
Trait Implementations§
source§impl Clone for ArtifactDetail
impl Clone for ArtifactDetail
source§fn clone(&self) -> ArtifactDetail
fn clone(&self) -> ArtifactDetail
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 more