Class: Aws::Macie2::Types::BucketCountByEncryptionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketCountByEncryptionType
- Includes:
- Structure
- Defined in:
- 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*.
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-encryption.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#kms_managed ⇒ Integer
545 546 547 548 549 550 551 552 |
# File 'lib/aws-sdk-macie2/types.rb', line 545 class BucketCountByEncryptionType < Struct.new( :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end |
#s3_managed ⇒ Integer
545 546 547 548 549 550 551 552 |
# File 'lib/aws-sdk-macie2/types.rb', line 545 class BucketCountByEncryptionType < Struct.new( :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end |
#unencrypted ⇒ Integer
545 546 547 548 549 550 551 552 |
# File 'lib/aws-sdk-macie2/types.rb', line 545 class BucketCountByEncryptionType < Struct.new( :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end |
#unknown ⇒ Integer
545 546 547 548 549 550 551 552 |
# File 'lib/aws-sdk-macie2/types.rb', line 545 class BucketCountByEncryptionType < Struct.new( :kms_managed, :s3_managed, :unencrypted, :unknown) SENSITIVE = [] include Aws::Structure end |