Class: Aws::Odb::Types::EncryptionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#encryption_key_configurationTypes::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_providerString

The provider of the encryption key used for the Autonomous Database.

Returns:

  • (String)


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