Class: Aws::IoT::Types::StartAuditMitigationActionsTaskResponse

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 for the audit mitigation task. This matches the `taskId` that you specified in the request.

Returns:

  • (String)


16894
16895
16896
16897
16898
# File 'lib/aws-sdk-iot/types.rb', line 16894

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