Class: Aws::Types::DisasterRecoveryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DisasterRecoveryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disaster_recovery_type ⇒ "ADG", "BACKUP_BASED"
Returns the value of attribute disaster_recovery_type.
-
#is_replicate_automatic_backups ⇒ Boolean
Returns the value of attribute is_replicate_automatic_backups.
-
#is_snapshot_standby ⇒ Boolean
Returns the value of attribute is_snapshot_standby.
-
#time_snapshot_standby_enabled_till ⇒ ::Time
Returns the value of attribute time_snapshot_standby_enabled_till.
Instance Attribute Details
#disaster_recovery_type ⇒ "ADG", "BACKUP_BASED"
Returns the value of attribute disaster_recovery_type.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def disaster_recovery_type @disaster_recovery_type end |
#is_replicate_automatic_backups ⇒ Boolean
Returns the value of attribute is_replicate_automatic_backups.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def is_replicate_automatic_backups @is_replicate_automatic_backups end |
#is_snapshot_standby ⇒ Boolean
Returns the value of attribute is_snapshot_standby.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def is_snapshot_standby @is_snapshot_standby end |
#time_snapshot_standby_enabled_till ⇒ ::Time
Returns the value of attribute time_snapshot_standby_enabled_till.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def time_snapshot_standby_enabled_till @time_snapshot_standby_enabled_till end |