Class: Aws::SnowDeviceManagement::Types::CancelTaskInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of the task that you are attempting to cancel. You can retrieve a task ID by using the ‘ListTasks` operation.

Returns:

  • (String)


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