You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::BucketMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketMetadata
- Defined in:
- (unknown)
Overview
Provides information about an S3 bucket that Amazon Macie monitors and analyzes.
Instance Attribute Summary collapse
-
#account_id ⇒ String
-
#bucket_arn ⇒ String
-
#bucket_created_at ⇒ Time
-
#bucket_name ⇒ String
-
#classifiable_object_count ⇒ Integer
-
#classifiable_size_in_bytes ⇒ Integer
-
#job_details ⇒ Types::JobDetails
Specifies whether any one-time or recurring classification jobs are configured to analyze data in an S3 bucket, and, if so, the details of the job that ran most recently.
.
-
#last_updated ⇒ Time
-
#object_count ⇒ Integer
-
#object_count_by_encryption_type ⇒ Types::ObjectCountByEncryptionType
Provides information about the number of objects that are in an S3 bucket and use certain types of server-side encryption, use client-side encryption, or aren't encrypted.
.
-
#public_access ⇒ Types::BucketPublicAccess
Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
.
-
#region ⇒ String
-
#replication_details ⇒ Types::ReplicationDetails
Provides information about settings that define whether one or more objects in an S3 bucket are replicated to S3 buckets for other AWS accounts and, if so, which accounts.
.
-
#shared_access ⇒ String
Possible values:
- EXTERNAL
- INTERNAL
- NOT_SHARED
- UNKNOWN
.
-
#size_in_bytes ⇒ Integer
-
#size_in_bytes_compressed ⇒ Integer
-
#tags ⇒ Array<Types::KeyValuePair>
-
#unclassifiable_object_count ⇒ Types::ObjectLevelStatistics
Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets.
-
#unclassifiable_object_size_in_bytes ⇒ Types::ObjectLevelStatistics
Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets.
-
#versioning ⇒ Boolean
Instance Attribute Details
#account_id ⇒ String
#bucket_arn ⇒ String
#bucket_created_at ⇒ Time
#bucket_name ⇒ String
#classifiable_object_count ⇒ Integer
#classifiable_size_in_bytes ⇒ Integer
#job_details ⇒ Types::JobDetails
Specifies whether any one-time or recurring classification jobs are configured to analyze data in an S3 bucket, and, if so, the details of the job that ran most recently.
#last_updated ⇒ Time
#object_count ⇒ Integer
#object_count_by_encryption_type ⇒ Types::ObjectCountByEncryptionType
Provides information about the number of objects that are in an S3 bucket and use certain types of server-side encryption, use client-side encryption, or aren't encrypted.
#public_access ⇒ Types::BucketPublicAccess
Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
#region ⇒ String
#replication_details ⇒ Types::ReplicationDetails
Provides information about settings that define whether one or more objects in an S3 bucket are replicated to S3 buckets for other AWS accounts and, if so, which accounts.
#shared_access ⇒ String
Possible values:
- EXTERNAL
- INTERNAL
- NOT_SHARED
- UNKNOWN
#size_in_bytes ⇒ Integer
#size_in_bytes_compressed ⇒ Integer
#tags ⇒ Array<Types::KeyValuePair>
#unclassifiable_object_count ⇒ Types::ObjectLevelStatistics
Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets. In a BucketMetadata object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for all the buckets in the query results.
#unclassifiable_object_size_in_bytes ⇒ Types::ObjectLevelStatistics
Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets. In a BucketMetadata object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for all the buckets in the query results.