Class: Aws::Types::StandbyWorkspace
- Inherits:
-
Object
- Object
- Aws::Types::StandbyWorkspace
- 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.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#primary_workspace_id ⇒ ::String
Returns the value of attribute primary_workspace_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_encryption_key ⇒ ::String
Returns the value of attribute volume_encryption_key.
Instance Attribute Details
#data_replication ⇒ "NO_REPLICATION", "PRIMARY_AS_SOURCE"
Returns the value of attribute data_replication.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def data_replication @data_replication end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def directory_id @directory_id end |
#primary_workspace_id ⇒ ::String
Returns the value of attribute primary_workspace_id.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def primary_workspace_id @primary_workspace_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def @tags end |
#volume_encryption_key ⇒ ::String
Returns the value of attribute volume_encryption_key.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def volume_encryption_key @volume_encryption_key end |