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
sourceimpl 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.
sourceimpl ArtifactLocation
impl ArtifactLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArtifactLocation
.
Trait Implementations
sourceimpl Clone for ArtifactLocation
impl Clone for ArtifactLocation
sourcefn clone(&self) -> ArtifactLocation
fn clone(&self) -> ArtifactLocation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ArtifactLocation
impl Debug for ArtifactLocation
sourceimpl PartialEq<ArtifactLocation> for ArtifactLocation
impl PartialEq<ArtifactLocation> for ArtifactLocation
sourcefn eq(&self, other: &ArtifactLocation) -> bool
fn eq(&self, other: &ArtifactLocation) -> bool
impl StructuralPartialEq for ArtifactLocation
Auto Trait Implementations
impl RefUnwindSafe for ArtifactLocation
impl Send for ArtifactLocation
impl Sync for ArtifactLocation
impl Unpin for ArtifactLocation
impl UnwindSafe for ArtifactLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more