Class: Aws::IoT::Types::ListDetectMitigationActionsTasksRequest

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

#end_timeTime

The end of the time period for which ML Detect mitigation actions tasks are returned.

Returns:

  • (Time)


9749
9750
9751
9752
9753
9754
9755
9756
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9749

class ListDetectMitigationActionsTasksRequest < Struct.new(
  :max_results,
  :next_token,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)


9749
9750
9751
9752
9753
9754
9755
9756
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9749

class ListDetectMitigationActionsTasksRequest < Struct.new(
  :max_results,
  :next_token,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9749

class ListDetectMitigationActionsTasksRequest < Struct.new(
  :max_results,
  :next_token,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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.

Returns:

  • (Time)


9749
9750
9751
9752
9753
9754
9755
9756
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9749

class ListDetectMitigationActionsTasksRequest < Struct.new(
  :max_results,
  :next_token,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end