Class: Aws::Types::SourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CloneToRefreshable, CrossRegionDataGuard, CrossRegionDisasterRecovery, DatabaseClone, PointInTimeRestore, RestoreFromBackup, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clone_to_refreshable ⇒ Types::CloneToRefreshableConfiguration
Returns the value of attribute clone_to_refreshable.
-
#cross_region_data_guard ⇒ Types::CrossRegionDataGuardConfiguration
Returns the value of attribute cross_region_data_guard.
-
#cross_region_disaster_recovery ⇒ Types::CrossRegionDisasterRecoveryConfiguration
Returns the value of attribute cross_region_disaster_recovery.
-
#database_clone ⇒ Types::DatabaseCloneConfiguration
Returns the value of attribute database_clone.
-
#point_in_time_restore ⇒ Types::PointInTimeRestoreConfiguration
Returns the value of attribute point_in_time_restore.
-
#restore_from_backup ⇒ Types::RestoreFromBackupConfiguration
Returns the value of attribute restore_from_backup.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#clone_to_refreshable ⇒ Types::CloneToRefreshableConfiguration
Returns the value of attribute clone_to_refreshable.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def clone_to_refreshable @clone_to_refreshable end |
#cross_region_data_guard ⇒ Types::CrossRegionDataGuardConfiguration
Returns the value of attribute cross_region_data_guard.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def cross_region_data_guard @cross_region_data_guard end |
#cross_region_disaster_recovery ⇒ Types::CrossRegionDisasterRecoveryConfiguration
Returns the value of attribute cross_region_disaster_recovery.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def cross_region_disaster_recovery @cross_region_disaster_recovery end |
#database_clone ⇒ Types::DatabaseCloneConfiguration
Returns the value of attribute database_clone.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def database_clone @database_clone end |
#point_in_time_restore ⇒ Types::PointInTimeRestoreConfiguration
Returns the value of attribute point_in_time_restore.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def point_in_time_restore @point_in_time_restore end |
#restore_from_backup ⇒ Types::RestoreFromBackupConfiguration
Returns the value of attribute restore_from_backup.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def restore_from_backup @restore_from_backup end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def unknown @unknown end |