Class: Aws::Macie2::Types::AccountLevelPermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AccountLevelPermissions
- Defined in:
- gems/aws-sdk-macie2/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 in the Amazon Simple Storage Service User Guide.
111 112 113 114 115 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 111 class AccountLevelPermissions < Struct.new( :block_public_access) SENSITIVE = [] include Aws::Structure end |