Class: Aws::IoT::Types::ListDetectMitigationActionsTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListDetectMitigationActionsTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
-
#tasks ⇒ Array<Types::DetectMitigationActionsTaskSummary>
The collection of ML Detect mitigation tasks that matched the filter criteria.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
10093 10094 10095 10096 10097 10098 |
# File 'lib/aws-sdk-iot/types.rb', line 10093 class ListDetectMitigationActionsTasksResponse < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::DetectMitigationActionsTaskSummary>
The collection of ML Detect mitigation tasks that matched the filter criteria.
10093 10094 10095 10096 10097 10098 |
# File 'lib/aws-sdk-iot/types.rb', line 10093 class ListDetectMitigationActionsTasksResponse < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |