Struct aws_sdk_codepipeline::model::S3Location
source · #[non_exhaustive]pub struct S3Location { /* private fields */ }
Expand description
The Amazon S3 artifact location for an action's artifacts.
Implementations§
source§impl S3Location
impl S3Location
source§impl S3Location
impl S3Location
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3Location
.
Trait Implementations§
source§impl Clone for S3Location
impl Clone for S3Location
source§fn clone(&self) -> S3Location
fn clone(&self) -> S3Location
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 S3Location
impl Debug for S3Location
source§impl PartialEq<S3Location> for S3Location
impl PartialEq<S3Location> for S3Location
source§fn eq(&self, other: &S3Location) -> bool
fn eq(&self, other: &S3Location) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.