Class: Aws::WorkSpaces::Types::ModifyWorkspaceCreationPropertiesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the directory.

Returns:

  • (String)


3323
3324
3325
3326
3327
3328
# File 'lib/aws-sdk-workspaces/types.rb', line 3323

class ModifyWorkspaceCreationPropertiesRequest < Struct.new(
  :resource_id,
  :workspace_creation_properties)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_creation_propertiesTypes::WorkspaceCreationProperties

The default properties for creating WorkSpaces.



3323
3324
3325
3326
3327
3328
# File 'lib/aws-sdk-workspaces/types.rb', line 3323

class ModifyWorkspaceCreationPropertiesRequest < Struct.new(
  :resource_id,
  :workspace_creation_properties)
  SENSITIVE = []
  include Aws::Structure
end