Class: Aws::Types::ModifyWorkspaceAccessPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyWorkspaceAccessPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#workspace_access_properties ⇒ Types::WorkspaceAccessProperties
Returns the value of attribute workspace_access_properties.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def resource_id @resource_id end |
#workspace_access_properties ⇒ Types::WorkspaceAccessProperties
Returns the value of attribute workspace_access_properties.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def workspace_access_properties @workspace_access_properties end |