Class: Aws::IoT::Types::ListDetectMitigationActionsTasksResponse

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

#next_tokenString

A token that can be used to retrieve the next set of results, or null if there are no additional results.

Returns:

  • (String)


10837
10838
10839
10840
10841
10842
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10837

class ListDetectMitigationActionsTasksResponse < Struct.new(
  :tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tasksArray<Types::DetectMitigationActionsTaskSummary>

The collection of ML Detect mitigation tasks that matched the filter criteria.



10837
10838
10839
10840
10841
10842
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10837

class ListDetectMitigationActionsTasksResponse < Struct.new(
  :tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end