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.
11078 11079 11080 11081 11082 11083 11084 11085 |
# File 'lib/aws-sdk-iot/types.rb', line 11078 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.
11078 11079 11080 11081 11082 11083 11084 11085 |
# File 'lib/aws-sdk-iot/types.rb', line 11078 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.
11078 11079 11080 11081 11082 11083 11084 11085 |
# File 'lib/aws-sdk-iot/types.rb', line 11078 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.
11078 11079 11080 11081 11082 11083 11084 11085 |
# File 'lib/aws-sdk-iot/types.rb', line 11078 class ListDetectMitigationActionsTasksRequest < Struct.new( :max_results, :next_token, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |