Struct aws_sdk_computeoptimizer::model::ExportDestination
source · #[non_exhaustive]pub struct ExportDestination { /* private fields */ }
Expand description
Describes the destination of the recommendations export and metadata files.
Implementations§
source§impl ExportDestination
impl ExportDestination
sourcepub fn s3(&self) -> Option<&S3Destination>
pub fn s3(&self) -> Option<&S3Destination>
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
source§impl ExportDestination
impl ExportDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportDestination
.
Trait Implementations§
source§impl Clone for ExportDestination
impl Clone for ExportDestination
source§fn clone(&self) -> ExportDestination
fn clone(&self) -> ExportDestination
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 ExportDestination
impl Debug for ExportDestination
source§impl PartialEq<ExportDestination> for ExportDestination
impl PartialEq<ExportDestination> for ExportDestination
source§fn eq(&self, other: &ExportDestination) -> bool
fn eq(&self, other: &ExportDestination) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.