Class: Aws::IoT::Types::StartDetectMitigationActionsTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartDetectMitigationActionsTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The unique identifier of the task.
Instance Attribute Details
#task_id ⇒ String
The unique identifier of the task.
14687 14688 14689 14690 14691 |
# File 'lib/aws-sdk-iot/types.rb', line 14687 class StartDetectMitigationActionsTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |