Class: Aws::Odb::Types::RestoreFromBackupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::RestoreFromBackupConfiguration
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The configuration for creating an Autonomous Database by restoring from a backup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autonomous_database_backup_id ⇒ String
The unique identifier of the Autonomous Database backup to restore from.
-
#clone_table_space_list ⇒ Array<Integer>
The list of tablespace identifiers to clone from the backup.
-
#clone_type ⇒ String
The type of clone to create from the backup.
Instance Attribute Details
#autonomous_database_backup_id ⇒ String
The unique identifier of the Autonomous Database backup to restore from.
9985 9986 9987 9988 9989 9990 9991 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 9985 class RestoreFromBackupConfiguration < Struct.new( :autonomous_database_backup_id, :clone_type, :clone_table_space_list) SENSITIVE = [] include Aws::Structure end |
#clone_table_space_list ⇒ Array<Integer>
The list of tablespace identifiers to clone from the backup.
9985 9986 9987 9988 9989 9990 9991 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 9985 class RestoreFromBackupConfiguration < Struct.new( :autonomous_database_backup_id, :clone_type, :clone_table_space_list) SENSITIVE = [] include Aws::Structure end |
#clone_type ⇒ String
The type of clone to create from the backup.
9985 9986 9987 9988 9989 9990 9991 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 9985 class RestoreFromBackupConfiguration < Struct.new( :autonomous_database_backup_id, :clone_type, :clone_table_space_list) SENSITIVE = [] include Aws::Structure end |