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
sourceimpl 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.
sourceimpl ExportDestination
impl ExportDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportDestination
.
Trait Implementations
sourceimpl Clone for ExportDestination
impl Clone for ExportDestination
sourcefn clone(&self) -> ExportDestination
fn clone(&self) -> ExportDestination
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExportDestination
impl Debug for ExportDestination
sourceimpl PartialEq<ExportDestination> for ExportDestination
impl PartialEq<ExportDestination> for ExportDestination
sourcefn eq(&self, other: &ExportDestination) -> bool
fn eq(&self, other: &ExportDestination) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more