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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


13985
13986
13987
13988
13989
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13985

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