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 more