Struct aws_sdk_ec2::model::ExportTaskS3Location
source · #[non_exhaustive]pub struct ExportTaskS3Location { /* private fields */ }
Expand description
Describes the destination for an export image task.
Implementations§
source§impl ExportTaskS3Location
impl ExportTaskS3Location
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportTaskS3Location
.
Trait Implementations§
source§impl Clone for ExportTaskS3Location
impl Clone for ExportTaskS3Location
source§fn clone(&self) -> ExportTaskS3Location
fn clone(&self) -> ExportTaskS3Location
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 ExportTaskS3Location
impl Debug for ExportTaskS3Location
source§impl PartialEq<ExportTaskS3Location> for ExportTaskS3Location
impl PartialEq<ExportTaskS3Location> for ExportTaskS3Location
source§fn eq(&self, other: &ExportTaskS3Location) -> bool
fn eq(&self, other: &ExportTaskS3Location) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.