Class: Aws::Types::CrossRegionDisasterRecoveryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CrossRegionDisasterRecoveryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_replicate_automatic_backups ⇒ Boolean
Returns the value of attribute is_replicate_automatic_backups.
-
#remote_disaster_recovery_type ⇒ "ADG", "BACKUP_BASED"
Returns the value of attribute remote_disaster_recovery_type.
-
#source_autonomous_database_arn ⇒ ::String
Returns the value of attribute source_autonomous_database_arn.
Instance Attribute Details
#is_replicate_automatic_backups ⇒ Boolean
Returns the value of attribute is_replicate_automatic_backups.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def is_replicate_automatic_backups @is_replicate_automatic_backups end |
#remote_disaster_recovery_type ⇒ "ADG", "BACKUP_BASED"
Returns the value of attribute remote_disaster_recovery_type.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def remote_disaster_recovery_type @remote_disaster_recovery_type end |
#source_autonomous_database_arn ⇒ ::String
Returns the value of attribute source_autonomous_database_arn.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def source_autonomous_database_arn @source_autonomous_database_arn end |