Class: Aws::Types::KmsEncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::KmsEncryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
685 686 687 |
# File 'sig/types.rbs', line 685 def encryption_context @encryption_context end |
#key ⇒ ::String
Returns the value of attribute key.
684 685 686 |
# File 'sig/types.rbs', line 684 def key @key end |