Class: Aws::Macie2::Types::ObjectCountByEncryptionType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#customer_managedInteger

Returns:

  • (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_managedInteger

Returns:

  • (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_managedInteger

Returns:

  • (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

#unencryptedInteger

Returns:

  • (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

#unknownInteger

Returns:

  • (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