You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::ServerSideEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ServerSideEncryption
- Defined in:
- (unknown)
Overview
Provides information about the server-side encryption settings for an S3 bucket or S3 object.
Returned by:
Instance Attribute Summary collapse
-
#encryption_type ⇒ String
The type of server-side encryption that's used to encrypt an S3 object or objects in an S3 bucket.
-
#kms_master_key_id ⇒ String
Instance Attribute Details
#encryption_type ⇒ String
The type of server-side encryption that's used to encrypt an S3 object or objects in an S3 bucket. Valid values are:
Possible values:
- NONE
- AES256
- aws:kms
- UNKNOWN