Class: Aws::Types::DataQualityEncryption
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_quality_encryption_mode ⇒ "DISABLED", "SSE-KMS"
Returns the value of attribute data_quality_encryption_mode.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#data_quality_encryption_mode ⇒ "DISABLED", "SSE-KMS"
Returns the value of attribute data_quality_encryption_mode.
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.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def kms_key_arn @kms_key_arn end |