Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "AES256", ...
Returns the value of attribute encryption_type.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
Instance Attribute Details
#encryption_type ⇒ "AES256", ...
Returns the value of attribute encryption_type.
414 415 416 |
# File 'sig/types.rbs', line 414 def encryption_type @encryption_type end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
415 416 417 |
# File 'sig/types.rbs', line 415 def kms_key @kms_key end |