Class: Aws::Types::RestoreFromBackupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFromBackupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_database_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_id.
-
#clone_table_space_list ⇒ ::Array[::Integer]
Returns the value of attribute clone_table_space_list.
-
#clone_type ⇒ "FULL", ...
Returns the value of attribute clone_type.
Instance Attribute Details
#autonomous_database_backup_id ⇒ ::String
Returns the value of attribute autonomous_database_backup_id.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def autonomous_database_backup_id @autonomous_database_backup_id end |
#clone_table_space_list ⇒ ::Array[::Integer]
Returns the value of attribute clone_table_space_list.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def clone_table_space_list @clone_table_space_list end |
#clone_type ⇒ "FULL", ...
Returns the value of attribute clone_type.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def clone_type @clone_type end |