You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::S3Bucket
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3Bucket
- Defined in:
- (unknown)
Overview
Provides information about an S3 bucket that a finding applies to.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#created_at ⇒ Time
-
#default_server_side_encryption ⇒ Types::ServerSideEncryption
Provides information about the server-side encryption settings for an S3 bucket or S3 object.
.
-
#name ⇒ String
-
#owner ⇒ Types::S3BucketOwner
Provides information about the user who owns an S3 bucket.
.
-
#public_access ⇒ Types::BucketPublicAccess
Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
.
-
#tags ⇒ Array<Types::KeyValuePair>
Provides information about the tags that are associated with an S3 bucket or object.
Instance Attribute Details
#arn ⇒ String
#created_at ⇒ Time
#default_server_side_encryption ⇒ Types::ServerSideEncryption
Provides information about the server-side encryption settings for an S3 bucket or S3 object.
#name ⇒ String
#owner ⇒ Types::S3BucketOwner
Provides information about the user who owns an S3 bucket.
#public_access ⇒ Types::BucketPublicAccess
Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
#tags ⇒ Array<Types::KeyValuePair>
Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.