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
show all
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

Instance Attribute Details

#encryption_typeString

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

Returns:

  • (String)

    The type of server-side encryption that's used to encrypt an S3 object or objects in an S3 bucket.

#kms_master_key_idString

Returns:

  • (String)