Class: Aws::SnowDeviceManagement::Types::CancelTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::CancelTaskInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of the task that you are attempting to cancel.
Instance Attribute Details
#task_id ⇒ String
The ID of the task that you are attempting to cancel. You can retrieve a task ID by using the ‘ListTasks` operation.
33 34 35 36 37 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 33 class CancelTaskInput < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |