Class: Aws::IoTSiteWise::Types::DeleteTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Request structure for DeleteTask operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_name ⇒ String
The name of the task to delete.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#task_name ⇒ String
The name of the task to delete.
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_name ⇒ String
The name of the workspace.
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 |