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.
10074 10075 10076 10077 10078 10079 10080 10081 |
# File 'lib/aws-sdk-iot/types.rb', line 10074 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.
10074 10075 10076 10077 10078 10079 10080 10081 |
# File 'lib/aws-sdk-iot/types.rb', line 10074 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.
10074 10075 10076 10077 10078 10079 10080 10081 |
# File 'lib/aws-sdk-iot/types.rb', line 10074 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.
10074 10075 10076 10077 10078 10079 10080 10081 |
# File 'lib/aws-sdk-iot/types.rb', line 10074 class ListDetectMitigationActionsTasksRequest < Struct.new( :max_results, :next_token, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |