You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::BucketLevelPermissions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about the bucket-level permissions settings for an S3 bucket.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_listTypes::AccessControlList

Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.

Returns:

  • (Types::AccessControlList)

    Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.

    .

#block_public_accessTypes::BlockPublicAccess

Provides information about the block public access settings for an S3 bucket. These settings can apply to a bucket at the account level or bucket level. For detailed information about each setting, see Using Amazon S3 block public access in the Amazon Simple Storage Service Developer Guide.

Returns:

#bucket_policyTypes::BucketPolicy

Provides information about the permissions settings of a bucket policy for an S3 bucket.

Returns:

  • (Types::BucketPolicy)

    Provides information about the permissions settings of a bucket policy for an S3 bucket.

    .