Class: Aws::SnowDeviceManagement::Types::CancelTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::CancelTaskOutput
- Defined in:
- gems/aws-sdk-snowdevicemanagement/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.
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 |