Class: Aws::Macie2::Types::BucketPermissionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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

Instance Attribute Details

#account_level_permissionsTypes::AccountLevelPermissions

Provides information about the account-level permissions settings that apply to an S3 bucket.



775
776
777
778
779
780
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 775

class BucketPermissionConfiguration < Struct.new(
  :account_level_permissions,
  :bucket_level_permissions)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_level_permissionsTypes::BucketLevelPermissions

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



775
776
777
778
779
780
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 775

class BucketPermissionConfiguration < Struct.new(
  :account_level_permissions,
  :bucket_level_permissions)
  SENSITIVE = []
  include Aws::Structure
end