Class: Aws::WorkSpaces::Types::ModifyWorkspaceAccessPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyWorkspaceAccessPropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The identifier of the directory.
-
#workspace_access_properties ⇒ Types::WorkspaceAccessProperties
The device types and operating systems to enable or disable for access.
Instance Attribute Details
#resource_id ⇒ String
The identifier of the directory.
3737 3738 3739 3740 3741 3742 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3737 class ModifyWorkspaceAccessPropertiesRequest < Struct.new( :resource_id, :workspace_access_properties) SENSITIVE = [] include Aws::Structure end |
#workspace_access_properties ⇒ Types::WorkspaceAccessProperties
The device types and operating systems to enable or disable for access.
3737 3738 3739 3740 3741 3742 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3737 class ModifyWorkspaceAccessPropertiesRequest < Struct.new( :resource_id, :workspace_access_properties) SENSITIVE = [] include Aws::Structure end |