Class: Aws::Types::KmsEncryptionState
- Inherits:
-
Object
- Object
- Aws::Types::KmsEncryptionState
- 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.
691 692 693 |
# File 'sig/types.rbs', line 691 def encryption_context @encryption_context end |
#key ⇒ ::String
Returns the value of attribute key.
690 691 692 |
# File 'sig/types.rbs', line 690 def key @key end |