Struct aws_sdk_computeoptimizer::types::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() -> ExportDestinationBuilder
pub fn builder() -> ExportDestinationBuilder
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 ==
.impl StructuralPartialEq for ExportDestination
Auto Trait Implementations§
impl RefUnwindSafe for ExportDestination
impl Send for ExportDestination
impl Sync for ExportDestination
impl Unpin for ExportDestination
impl UnwindSafe for ExportDestination
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more