Struct aws_sdk_s3::model::StorageClassAnalysis
source · [−]#[non_exhaustive]pub struct StorageClassAnalysis { /* private fields */ }
Expand description
Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
Implementations
sourceimpl StorageClassAnalysis
impl StorageClassAnalysis
sourcepub fn data_export(&self) -> Option<&StorageClassAnalysisDataExport>
pub fn data_export(&self) -> Option<&StorageClassAnalysisDataExport>
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
sourceimpl StorageClassAnalysis
impl StorageClassAnalysis
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StorageClassAnalysis
.
Trait Implementations
sourceimpl Clone for StorageClassAnalysis
impl Clone for StorageClassAnalysis
sourcefn clone(&self) -> StorageClassAnalysis
fn clone(&self) -> StorageClassAnalysis
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 StorageClassAnalysis
impl Debug for StorageClassAnalysis
sourceimpl PartialEq<StorageClassAnalysis> for StorageClassAnalysis
impl PartialEq<StorageClassAnalysis> for StorageClassAnalysis
sourcefn eq(&self, other: &StorageClassAnalysis) -> bool
fn eq(&self, other: &StorageClassAnalysis) -> bool
impl StructuralPartialEq for StorageClassAnalysis
Auto Trait Implementations
impl RefUnwindSafe for StorageClassAnalysis
impl Send for StorageClassAnalysis
impl Sync for StorageClassAnalysis
impl Unpin for StorageClassAnalysis
impl UnwindSafe for StorageClassAnalysis
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