Class: Aws::Types::DataReplicationSettings
- Inherits:
-
Object
- Object
- Aws::Types::DataReplicationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_replication ⇒ "NO_REPLICATION", "PRIMARY_AS_SOURCE"
Returns the value of attribute data_replication.
-
#recovery_snapshot_time ⇒ ::Time
Returns the value of attribute recovery_snapshot_time.
Instance Attribute Details
#data_replication ⇒ "NO_REPLICATION", "PRIMARY_AS_SOURCE"
Returns the value of attribute data_replication.
390 391 392 |
# File 'sig/types.rbs', line 390 def data_replication @data_replication end |
#recovery_snapshot_time ⇒ ::Time
Returns the value of attribute recovery_snapshot_time.
391 392 393 |
# File 'sig/types.rbs', line 391 def recovery_snapshot_time @recovery_snapshot_time end |