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)


13720
13721
13722
13723
13724
# File 'lib/aws-sdk-iot/types.rb', line 13720

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