Class: Aws::Types::EncryptionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • ("ORACLE_MANAGED", "AWS_KMS", "OKV", "OCI")


1395
1396
1397
# File 'sig/types.rbs', line 1395

def encryption_key_provider
  @encryption_key_provider
end