Class: Aws::Macie2::Types::BucketPermissionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketPermissionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the account-level and bucket-level permissions settings for an S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_level_permissions ⇒ Types::AccountLevelPermissions
Provides information about the account-level permissions settings that apply to an S3 bucket.
-
#bucket_level_permissions ⇒ Types::BucketLevelPermissions
Provides information about the bucket-level permissions settings for an S3 bucket.
Instance Attribute Details
#account_level_permissions ⇒ Types::AccountLevelPermissions
Provides information about the account-level permissions settings that apply to an S3 bucket.
870 871 872 873 874 875 |
# File 'lib/aws-sdk-macie2/types.rb', line 870 class BucketPermissionConfiguration < Struct.new( :account_level_permissions, :bucket_level_permissions) SENSITIVE = [] include Aws::Structure end |
#bucket_level_permissions ⇒ Types::BucketLevelPermissions
Provides information about the bucket-level permissions settings for an S3 bucket.
870 871 872 873 874 875 |
# File 'lib/aws-sdk-macie2/types.rb', line 870 class BucketPermissionConfiguration < Struct.new( :account_level_permissions, :bucket_level_permissions) SENSITIVE = [] include Aws::Structure end |