Class: Aws::IoTTwinMaker::Types::DeleteWorkspaceRequest

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

Overview

Note:

When making an API call, you may pass DeleteWorkspaceRequest data as a hash:

{
  workspace_id: "Id", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The ID of the workspace to delete.

Returns:

  • (String)


1307
1308
1309
1310
1311
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1307

class DeleteWorkspaceRequest < Struct.new(
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end