Class: Aws::IoTSiteWise::Types::UpdateTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Request structure for UpdateTask operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description for the task.
-
#task_configuration ⇒ Types::TaskConfiguration
The updated task execution configuration.
-
#task_name ⇒ String
The name of the task to update.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#description ⇒ String
A new description for the task.
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_configuration ⇒ Types::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_name ⇒ String
The name of the task to update.
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_name ⇒ String
The name of the workspace.
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 |