Class: Aws::Macie2::Types::AccountLevelPermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AccountLevelPermissions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the account-level permissions settings that apply to an S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#block_public_access ⇒ Types::BlockPublicAccess
Provides information about the block public access settings for an S3 bucket.
Instance Attribute Details
#block_public_access ⇒ Types::BlockPublicAccess
Provides information about the block public access settings for an S3 bucket. These settings can apply to a bucket at the account or bucket level. For detailed information about each setting, see
- Blocking public access to your Amazon S3 storage][1
-
in the *Amazon
Simple Storage Service User Guide*.
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html
111 112 113 114 115 |
# File 'lib/aws-sdk-macie2/types.rb', line 111 class AccountLevelPermissions < Struct.new( :block_public_access) SENSITIVE = [] include Aws::Structure end |