Class: Aws::Types::MedicalScribeEncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeEncryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute kms_encryption_context.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#kms_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute kms_encryption_context.
225 226 227 |
# File 'sig/types.rbs', line 225 def kms_encryption_context @kms_encryption_context end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def kms_key_id @kms_key_id end |