Class: Aws::IoTSiteWise::Types::UpdateTaskRequest

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

Overview

Request structure for UpdateTask operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A new description for the task.

Returns:

  • (String)


15169
15170
15171
15172
15173
15174
15175
15176
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15169

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

#task_configurationTypes::TaskConfiguration

The updated task execution configuration.



15169
15170
15171
15172
15173
15174
15175
15176
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15169

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

#task_nameString

The name of the task to update.

Returns:

  • (String)


15169
15170
15171
15172
15173
15174
15175
15176
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15169

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

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


15169
15170
15171
15172
15173
15174
15175
15176
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15169

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