Class: Aws::Macie2::Types::BucketCountByEncryptionType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the number of S3 buckets whose settings do or don't specify default server-side encryption behavior for objects that are added to the buckets. For detailed information about these settings, see Setting default server-side encryption behavior for Amazon S3 buckets in the Amazon Simple Storage Service User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_managedInteger

Returns:

  • (Integer)


456
457
458
459
460
461
462
463
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 456

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

#s3_managedInteger

Returns:

  • (Integer)


456
457
458
459
460
461
462
463
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 456

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

#unencryptedInteger

Returns:

  • (Integer)


456
457
458
459
460
461
462
463
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 456

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

#unknownInteger

Returns:

  • (Integer)


456
457
458
459
460
461
462
463
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 456

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