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

Class: Aws::XRay::Types::EncryptionConfig

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

Overview

A configuration document that specifies encryption configuration settings.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#key_idString

The ID of the customer master key (CMK) used for encryption, if applicable.

Returns:

  • (String)

    The ID of the customer master key (CMK) used for encryption, if applicable.

#statusString

The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.

Possible values:

  • UPDATING
  • ACTIVE

Returns:

  • (String)

    The encryption status.

#typeString

The type of encryption. Set to KMS for encryption with CMKs. Set to NONE for default encryption.

Possible values:

  • NONE
  • KMS

Returns:

  • (String)

    The type of encryption.