Class: Aws::IoTSiteWise::Types::DeleteTaskRequest

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

Overview

Request structure for DeleteTask operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_nameString

The name of the task to delete.

Returns:

  • (String)


5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5824

class DeleteTaskRequest < Struct.new(
  :workspace_name,
  :task_name)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5824

class DeleteTaskRequest < Struct.new(
  :workspace_name,
  :task_name)
  SENSITIVE = []
  include Aws::Structure
end