Class: Aws::Types::StandbyWorkspacesProperties
- Inherits:
-
Object
- Object
- Aws::Types::StandbyWorkspacesProperties
- 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.
-
#standby_workspace_id ⇒ ::String
Returns the value of attribute standby_workspace_id.
Instance Attribute Details
#data_replication ⇒ "NO_REPLICATION", "PRIMARY_AS_SOURCE"
Returns the value of attribute data_replication.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def data_replication @data_replication end |
#recovery_snapshot_time ⇒ ::Time
Returns the value of attribute recovery_snapshot_time.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def recovery_snapshot_time @recovery_snapshot_time end |
#standby_workspace_id ⇒ ::String
Returns the value of attribute standby_workspace_id.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def standby_workspace_id @standby_workspace_id end |