#[non_exhaustive]pub struct GetBucketStatisticsOutput { /* private fields */ }
Implementations§
source§impl GetBucketStatisticsOutput
impl GetBucketStatisticsOutput
sourcepub fn bucket_count(&self) -> i64
pub fn bucket_count(&self) -> i64
The total number of buckets.
sourcepub fn bucket_count_by_effective_permission(
&self
) -> Option<&BucketCountByEffectivePermission>
pub fn bucket_count_by_effective_permission( &self ) -> Option<&BucketCountByEffectivePermission>
The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
sourcepub fn bucket_count_by_encryption_type(
&self
) -> Option<&BucketCountByEncryptionType>
pub fn bucket_count_by_encryption_type( &self ) -> Option<&BucketCountByEncryptionType>
The total number of buckets whose settings do or don't specify default server-side encryption behavior for objects that are added to the buckets.
sourcepub fn bucket_count_by_object_encryption_requirement(
&self
) -> Option<&BucketCountPolicyAllowsUnencryptedObjectUploads>
pub fn bucket_count_by_object_encryption_requirement( &self ) -> Option<&BucketCountPolicyAllowsUnencryptedObjectUploads>
The total number of buckets whose bucket policies do or don't require server-side encryption of objects when objects are added to the buckets.
The total number of buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs).
sourcepub fn bucket_statistics_by_sensitivity(
&self
) -> Option<&BucketStatisticsBySensitivity>
pub fn bucket_statistics_by_sensitivity( &self ) -> Option<&BucketStatisticsBySensitivity>
The aggregated sensitive data discovery statistics for the buckets. If automated sensitive data discovery is currently disabled for your account, the value for each statistic is 0.
sourcepub fn classifiable_object_count(&self) -> i64
pub fn classifiable_object_count(&self) -> i64
The total number of objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.
sourcepub fn classifiable_size_in_bytes(&self) -> i64
pub fn classifiable_size_in_bytes(&self) -> i64
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.
sourcepub fn last_updated(&self) -> Option<&DateTime>
pub fn last_updated(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the buckets.
sourcepub fn object_count(&self) -> i64
pub fn object_count(&self) -> i64
The total number of objects in the buckets.
sourcepub fn size_in_bytes(&self) -> i64
pub fn size_in_bytes(&self) -> i64
The total storage size, in bytes, of the buckets.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.
sourcepub fn size_in_bytes_compressed(&self) -> i64
pub fn size_in_bytes_compressed(&self) -> i64
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of the applicable objects in the buckets.
sourcepub fn unclassifiable_object_count(&self) -> Option<&ObjectLevelStatistics>
pub fn unclassifiable_object_count(&self) -> Option<&ObjectLevelStatistics>
The total number of objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
sourcepub fn unclassifiable_object_size_in_bytes(
&self
) -> Option<&ObjectLevelStatistics>
pub fn unclassifiable_object_size_in_bytes( &self ) -> Option<&ObjectLevelStatistics>
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
source§impl GetBucketStatisticsOutput
impl GetBucketStatisticsOutput
sourcepub fn builder() -> GetBucketStatisticsOutputBuilder
pub fn builder() -> GetBucketStatisticsOutputBuilder
Creates a new builder-style object to manufacture GetBucketStatisticsOutput
.
Trait Implementations§
source§impl Clone for GetBucketStatisticsOutput
impl Clone for GetBucketStatisticsOutput
source§fn clone(&self) -> GetBucketStatisticsOutput
fn clone(&self) -> GetBucketStatisticsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetBucketStatisticsOutput
impl Debug for GetBucketStatisticsOutput
source§impl PartialEq<GetBucketStatisticsOutput> for GetBucketStatisticsOutput
impl PartialEq<GetBucketStatisticsOutput> for GetBucketStatisticsOutput
source§fn eq(&self, other: &GetBucketStatisticsOutput) -> bool
fn eq(&self, other: &GetBucketStatisticsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetBucketStatisticsOutput
impl RequestId for GetBucketStatisticsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.