Class: Aws::Macie2::Types::BucketCountByEffectivePermission
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::BucketCountByEffectivePermission
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the number of S3 buckets that are publicly accessible due to a combination of permissions settings for each bucket.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #publicly_accessible ⇒ Integer
 - #publicly_readable ⇒ Integer
 - #publicly_writable ⇒ Integer
 - #unknown ⇒ Integer
 
Instance Attribute Details
#publicly_accessible ⇒ Integer
      511 512 513 514 515 516 517 518  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 511 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#publicly_readable ⇒ Integer
      511 512 513 514 515 516 517 518  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 511 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#publicly_writable ⇒ Integer
      511 512 513 514 515 516 517 518  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 511 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#unknown ⇒ Integer
      511 512 513 514 515 516 517 518  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 511 class BucketCountByEffectivePermission < Struct.new( :publicly_accessible, :publicly_readable, :publicly_writable, :unknown) SENSITIVE = [] include Aws::Structure end  |