Class: Aws::IoT::Types::StartDetectMitigationActionsTaskResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The unique identifier of the task.

Returns:

  • (String)


13109
13110
13111
13112
13113
# File 'lib/aws-sdk-iot/types.rb', line 13109

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