Struct aws_sdk_ec2::model::ExportTaskS3LocationRequest
source · #[non_exhaustive]pub struct ExportTaskS3LocationRequest { /* private fields */ }
Expand description
Describes the destination for an export image task.
Implementations§
source§impl ExportTaskS3LocationRequest
impl ExportTaskS3LocationRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportTaskS3LocationRequest
.
Trait Implementations§
source§impl Clone for ExportTaskS3LocationRequest
impl Clone for ExportTaskS3LocationRequest
source§fn clone(&self) -> ExportTaskS3LocationRequest
fn clone(&self) -> ExportTaskS3LocationRequest
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