Class: Aws::WorkSpaces::Types::ModifyWorkspaceCreationPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyWorkspaceCreationPropertiesRequest
- 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_creation_properties ⇒ Types::WorkspaceCreationProperties
The default properties for creating WorkSpaces.
Instance Attribute Details
#resource_id ⇒ String
The identifier of the directory.
4047 4048 4049 4050 4051 4052 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4047 class ModifyWorkspaceCreationPropertiesRequest < Struct.new( :resource_id, :workspace_creation_properties) SENSITIVE = [] include Aws::Structure end |
#workspace_creation_properties ⇒ Types::WorkspaceCreationProperties
The default properties for creating WorkSpaces.
4047 4048 4049 4050 4051 4052 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4047 class ModifyWorkspaceCreationPropertiesRequest < Struct.new( :resource_id, :workspace_creation_properties) SENSITIVE = [] include Aws::Structure end |