Struct aws_sdk_s3control::types::BucketLevel
source · #[non_exhaustive]pub struct BucketLevel { /* private fields */ }
Expand description
A container for the bucket-level configuration for Amazon S3 Storage Lens.
For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens in the Amazon S3 User Guide.
Implementations§
source§impl 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 S3 Storage Lens.
sourcepub fn prefix_level(&self) -> Option<&PrefixLevel>
pub fn prefix_level(&self) -> Option<&PrefixLevel>
A container for the prefix-level metrics for S3 Storage Lens.
sourcepub fn advanced_cost_optimization_metrics(
&self
) -> Option<&AdvancedCostOptimizationMetrics>
pub fn advanced_cost_optimization_metrics( &self ) -> Option<&AdvancedCostOptimizationMetrics>
A container for bucket-level advanced cost-optimization metrics for S3 Storage Lens.
sourcepub fn advanced_data_protection_metrics(
&self
) -> Option<&AdvancedDataProtectionMetrics>
pub fn advanced_data_protection_metrics( &self ) -> Option<&AdvancedDataProtectionMetrics>
A container for bucket-level advanced data-protection metrics for S3 Storage Lens.
sourcepub fn detailed_status_codes_metrics(
&self
) -> Option<&DetailedStatusCodesMetrics>
pub fn detailed_status_codes_metrics( &self ) -> Option<&DetailedStatusCodesMetrics>
A container for bucket-level detailed status code metrics for S3 Storage Lens.
source§impl BucketLevel
impl BucketLevel
sourcepub fn builder() -> BucketLevelBuilder
pub fn builder() -> BucketLevelBuilder
Creates a new builder-style object to manufacture BucketLevel
.
Trait Implementations§
source§impl Clone for BucketLevel
impl Clone for BucketLevel
source§fn clone(&self) -> BucketLevel
fn clone(&self) -> BucketLevel
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 BucketLevel
impl Debug for BucketLevel
source§impl PartialEq<BucketLevel> for BucketLevel
impl PartialEq<BucketLevel> for BucketLevel
source§fn eq(&self, other: &BucketLevel) -> bool
fn eq(&self, other: &BucketLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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