Class: Aws::SnowDeviceManagement::Types::CancelTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::CancelTaskOutput
- 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.
45 46 47 48 49 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 45 class CancelTaskOutput < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |