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