Struct aws_sdk_s3control::model::AccountLevel
source · [−]#[non_exhaustive]pub struct AccountLevel { /* private fields */ }Expand description
A container for the account level Amazon S3 Storage Lens configuration.
Implementations
sourceimpl AccountLevel
impl AccountLevel
sourcepub fn activity_metrics(&self) -> Option<&ActivityMetrics>
pub fn activity_metrics(&self) -> Option<&ActivityMetrics>
A container for the S3 Storage Lens activity metrics.
sourcepub fn bucket_level(&self) -> Option<&BucketLevel>
pub fn bucket_level(&self) -> Option<&BucketLevel>
A container for the S3 Storage Lens bucket-level configuration.
sourceimpl AccountLevel
impl AccountLevel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountLevel.
Trait Implementations
sourceimpl Clone for AccountLevel
impl Clone for AccountLevel
sourcefn clone(&self) -> AccountLevel
fn clone(&self) -> AccountLevel
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 AccountLevel
impl Debug for AccountLevel
sourceimpl PartialEq<AccountLevel> for AccountLevel
impl PartialEq<AccountLevel> for AccountLevel
sourcefn eq(&self, other: &AccountLevel) -> bool
fn eq(&self, other: &AccountLevel) -> bool
impl StructuralPartialEq for AccountLevel
Auto Trait Implementations
impl RefUnwindSafe for AccountLevel
impl Send for AccountLevel
impl Sync for AccountLevel
impl Unpin for AccountLevel
impl UnwindSafe for AccountLevel
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