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

Class: Aws::DAX::Types::SSEDescription

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

Overview

The description of the server-side encryption status on the specified DAX cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current state of server-side encryption:

  • ENABLING - Server-side encryption is being enabled.

  • ENABLED - Server-side encryption is enabled.

  • DISABLING - Server-side encryption is being disabled.

  • DISABLED - Server-side encryption is disabled.

    Possible values:

    • ENABLING
    • ENABLED
    • DISABLING
    • DISABLED

Returns:

  • (String)

    The current state of server-side encryption:.