Class: Aws::Types::DiskEncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DiskEncryptionConfiguration
- 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.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
Instance Attribute Details
#encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context.
146 147 148 |
# File 'sig/types.rbs', line 146 def encryption_context @encryption_context end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def encryption_key_arn @encryption_key_arn end |