Class: Aws::Macie2::Types::ObjectCountByEncryptionType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::ObjectCountByEncryptionType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about the number of objects that are in an S3 bucket and use certain types of server-side encryption, use client-side encryption, or aren’t encrypted.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #customer_managed ⇒ Integer
 - #kms_managed ⇒ Integer
 - #s3_managed ⇒ Integer
 - #unencrypted ⇒ Integer
 - #unknown ⇒ Integer
 
Instance Attribute Details
#customer_managed ⇒ Integer
      4854 4855 4856 4857 4858 4859 4860 4861 4862  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4854 class ObjectCountByEncryptionType < Struct.new( :customer_managed, :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#kms_managed ⇒ Integer
      4854 4855 4856 4857 4858 4859 4860 4861 4862  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4854 class ObjectCountByEncryptionType < Struct.new( :customer_managed, :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_managed ⇒ Integer
      4854 4855 4856 4857 4858 4859 4860 4861 4862  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4854 class ObjectCountByEncryptionType < Struct.new( :customer_managed, :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#unencrypted ⇒ Integer
      4854 4855 4856 4857 4858 4859 4860 4861 4862  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4854 class ObjectCountByEncryptionType < Struct.new( :customer_managed, :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end  | 
  
#unknown ⇒ Integer
      4854 4855 4856 4857 4858 4859 4860 4861 4862  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4854 class ObjectCountByEncryptionType < Struct.new( :customer_managed, :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end  |