Class: Aws::IoT::Types::DescribeDetectMitigationActionsTaskResponse

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_summaryTypes::DetectMitigationActionsTaskSummary

The description of a task.



5330
5331
5332
5333
5334
# File 'lib/aws-sdk-iot/types.rb', line 5330

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