Class: Aws::IoT::Types::ListDetectMitigationActionsTasksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListDetectMitigationActionsTasksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the time period for which ML Detect mitigation actions tasks are returned.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The token for the next set of results.
-
#start_time ⇒ Time
A filter to limit results to those found after the specified time.
Instance Attribute Details
#end_time ⇒ Time
The end of the time period for which ML Detect mitigation actions tasks are returned.
10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-iot/types.rb', line 10884 class ListDetectMitigationActionsTasksRequest < Struct.new( :max_results, :next_token, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at one time. The default is 25.
10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-iot/types.rb', line 10884 class ListDetectMitigationActionsTasksRequest < Struct.new( :max_results, :next_token, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-iot/types.rb', line 10884 class ListDetectMitigationActionsTasksRequest < Struct.new( :max_results, :next_token, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-iot/types.rb', line 10884 class ListDetectMitigationActionsTasksRequest < Struct.new( :max_results, :next_token, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |