Class: Aws::Macie2::Types::BucketPolicy
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::BucketPolicy
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the permissions settings of the bucket policy for an S3 bucket.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#allows_public_read_access ⇒ Boolean
      888 889 890 891 892 893  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 888 class BucketPolicy < Struct.new( :allows_public_read_access, :allows_public_write_access) SENSITIVE = [] include Aws::Structure end  | 
  
#allows_public_write_access ⇒ Boolean
      888 889 890 891 892 893  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 888 class BucketPolicy < Struct.new( :allows_public_read_access, :allows_public_write_access) SENSITIVE = [] include Aws::Structure end  |