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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4715

class ObjectCountByEncryptionType < Struct.new(
  :customer_managed,
  :kms_managed,
  :s3_managed,
  :unencrypted,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#kms_managedInteger

Returns:

  • (Integer)


4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4715

class ObjectCountByEncryptionType < Struct.new(
  :customer_managed,
  :kms_managed,
  :s3_managed,
  :unencrypted,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#s3_managedInteger

Returns:

  • (Integer)


4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4715

class ObjectCountByEncryptionType < Struct.new(
  :customer_managed,
  :kms_managed,
  :s3_managed,
  :unencrypted,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#unencryptedInteger

Returns:

  • (Integer)


4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4715

class ObjectCountByEncryptionType < Struct.new(
  :customer_managed,
  :kms_managed,
  :s3_managed,
  :unencrypted,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#unknownInteger

Returns:

  • (Integer)


4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4715

class ObjectCountByEncryptionType < Struct.new(
  :customer_managed,
  :kms_managed,
  :s3_managed,
  :unencrypted,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end