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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The ID of the workspace to delete.

Returns:

  • (String)


1122
1123
1124
1125
1126
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1122

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