Class: Aws::Odb::Types::EncryptionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::EncryptionSummary
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The encryption configuration for an Autonomous Database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_key_configuration ⇒ Types::EncryptionKeyConfiguration
The configuration of the encryption key used for the Autonomous Database.
-
#encryption_key_provider ⇒ String
The provider of the encryption key used for the Autonomous Database.
Instance Attribute Details
#encryption_key_configuration ⇒ Types::EncryptionKeyConfiguration
The configuration of the encryption key used for the Autonomous Database.
5891 5892 5893 5894 5895 5896 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5891 class EncryptionSummary < Struct.new( :encryption_key_provider, :encryption_key_configuration) SENSITIVE = [] include Aws::Structure end |
#encryption_key_provider ⇒ String
The provider of the encryption key used for the Autonomous Database.
5891 5892 5893 5894 5895 5896 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5891 class EncryptionSummary < Struct.new( :encryption_key_provider, :encryption_key_configuration) SENSITIVE = [] include Aws::Structure end |