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)


1344
1345
1346
1347
1348
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1344

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