Class: Aws::Types::ModifyWorkspacePropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyWorkspacePropertiesRequest
- 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.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
-
#workspace_properties ⇒ Types::WorkspaceProperties
Returns the value of attribute workspace_properties.
Instance Attribute Details
#data_replication ⇒ "NO_REPLICATION", "PRIMARY_AS_SOURCE"
Returns the value of attribute data_replication.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def data_replication @data_replication end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def workspace_id @workspace_id end |
#workspace_properties ⇒ Types::WorkspaceProperties
Returns the value of attribute workspace_properties.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def workspace_properties @workspace_properties end |