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