Class: Aws::Types::OciEncryptionKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OciEncryptionKeyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#vault_id ⇒ ::String
Returns the value of attribute vault_id.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def kms_key_id @kms_key_id end |
#vault_id ⇒ ::String
Returns the value of attribute vault_id.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def vault_id @vault_id end |