Class: Aws::Types::DataQualityEncryption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_quality_encryption_mode"DISABLED", "SSE-KMS"

Returns the value of attribute data_quality_encryption_mode.

Returns:

  • ("DISABLED", "SSE-KMS")


2003
2004
2005
# File 'sig/types.rbs', line 2003

def data_quality_encryption_mode
  @data_quality_encryption_mode
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def kms_key_arn
  @kms_key_arn
end