Class: Aws::Macie2::Types::BucketCountPolicyAllowsUnencryptedObjectUploads
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::BucketCountPolicyAllowsUnencryptedObjectUploads
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the number of S3 buckets whose bucket policies do or don’t require server-side encryption of objects when objects are added to the buckets.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #allows_unencrypted_object_uploads ⇒ Integer
 - #denies_unencrypted_object_uploads ⇒ Integer
 - #unknown ⇒ Integer
 
Instance Attribute Details
#allows_unencrypted_object_uploads ⇒ Integer
      600 601 602 603 604 605 606  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 600 class BucketCountPolicyAllowsUnencryptedObjectUploads < Struct.new( :allows_unencrypted_object_uploads, :denies_unencrypted_object_uploads, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#denies_unencrypted_object_uploads ⇒ Integer
      600 601 602 603 604 605 606  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 600 class BucketCountPolicyAllowsUnencryptedObjectUploads < Struct.new( :allows_unencrypted_object_uploads, :denies_unencrypted_object_uploads, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#unknown ⇒ Integer
      600 601 602 603 604 605 606  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 600 class BucketCountPolicyAllowsUnencryptedObjectUploads < Struct.new( :allows_unencrypted_object_uploads, :denies_unencrypted_object_uploads, :unknown) SENSITIVE = [] include Aws::Structure end  |