Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- 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 ⇒ ::String
Returns the value of attribute kms_key.
Instance Attribute Details
#kms_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute kms_encryption_context.
263 264 265 |
# File 'sig/types.rbs', line 263 def kms_encryption_context @kms_encryption_context end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
264 265 266 |
# File 'sig/types.rbs', line 264 def kms_key @kms_key end |