You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::DefaultServerSideEncryption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information on the server side encryption method used in the S3 bucket. See S3 Server-Side Encryption for more information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The type of encryption used for objects within the S3 bucket.

Returns:

  • (String)

    The type of encryption used for objects within the S3 bucket.

#kms_master_key_arnString

The Amazon Resource Name (ARN) of the KMS encryption key. Only available if the bucket EncryptionType is aws:kms.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the KMS encryption key.