RotateAutonomousContainerDatabaseEncryptionKeyDetails¶
- 
class oci.database.models.RotateAutonomousContainerDatabaseEncryptionKeyDetails(**kwargs)¶
- Bases: - object- Key details provided by the user for rotate key operation for Autonomous AI Database. - Methods - __init__(**kwargs)- Initializes a new RotateAutonomousContainerDatabaseEncryptionKeyDetails object with values from keyword arguments. - Attributes - key_version_id- Gets the key_version_id of this RotateAutonomousContainerDatabaseEncryptionKeyDetails. - 
__init__(**kwargs)¶
- Initializes a new RotateAutonomousContainerDatabaseEncryptionKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - key_version_id (str) – The value to assign to the key_version_id property of this RotateAutonomousContainerDatabaseEncryptionKeyDetails. 
 
-