Class: Aws::SnowDeviceManagement::Types::CancelTaskOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/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.

Returns:

  • (String)


45
46
47
48
49
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 45

class CancelTaskOutput < Struct.new(
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end