Class: Aws::Types::PointInTimeRestoreConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PointInTimeRestoreConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#source_autonomous_database_id ⇒ ::String
Returns the value of attribute source_autonomous_database_id.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#use_latest_available_backup_timestamp ⇒ Boolean
Returns the value of attribute use_latest_available_backup_timestamp.
Instance Attribute Details
#clone_table_space_list ⇒ ::Array[::Integer]
Returns the value of attribute clone_table_space_list.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def clone_table_space_list @clone_table_space_list end |
#clone_type ⇒ "FULL", ...
Returns the value of attribute clone_type.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def clone_type @clone_type end |
#source_autonomous_database_id ⇒ ::String
Returns the value of attribute source_autonomous_database_id.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def source_autonomous_database_id @source_autonomous_database_id end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def @timestamp end |
#use_latest_available_backup_timestamp ⇒ Boolean
Returns the value of attribute use_latest_available_backup_timestamp.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def @use_latest_available_backup_timestamp end |