Class: Aws::DAX::Types::SSESpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Represents the settings used to enable server-side encryption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

Returns:

  • (Boolean)


1314
1315
1316
1317
1318
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1314

class SSESpecification < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end