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
show all
Defined in:
(unknown)

Overview

Provides information about an S3 bucket that a finding applies to.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)

#created_atTime

Returns:

  • (Time)

#default_server_side_encryptionTypes::ServerSideEncryption

Provides information about the server-side encryption settings for an S3 bucket or S3 object.

Returns:

#nameString

Returns:

  • (String)

#ownerTypes::S3BucketOwner

Provides information about the user who owns an S3 bucket.

Returns:

#public_accessTypes::BucketPublicAccess

Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.

Returns:

  • (Types::BucketPublicAccess)

    Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.

    .

#tagsArray<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.

Returns:

  • (Array<Types::KeyValuePair>)

    Provides information about the tags that are associated with an S3 bucket or object.