Class: Aws::Types::EncryptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_configuration ⇒ Types::EncryptionKeyConfiguration
Returns the value of attribute encryption_key_configuration.
-
#encryption_key_provider ⇒ "ORACLE_MANAGED", ...
Returns the value of attribute encryption_key_provider.
Instance Attribute Details
#encryption_key_configuration ⇒ Types::EncryptionKeyConfiguration
Returns the value of attribute encryption_key_configuration.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def encryption_key_configuration @encryption_key_configuration end |
#encryption_key_provider ⇒ "ORACLE_MANAGED", ...
Returns the value of attribute encryption_key_provider.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def encryption_key_provider @encryption_key_provider end |