Class: Aws::IoT::Types::ListDetectMitigationActionsExecutionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 executions are returned.

Returns:

  • (Time)


9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'lib/aws-sdk-iot/types.rb', line 9701

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

#max_resultsInteger

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

Returns:

  • (Integer)


9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'lib/aws-sdk-iot/types.rb', line 9701

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

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'lib/aws-sdk-iot/types.rb', line 9701

class ListDetectMitigationActionsExecutionsRequest < Struct.new(
  :task_id,
  :violation_id,
  :thing_name,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  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)


9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'lib/aws-sdk-iot/types.rb', line 9701

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

#task_idString

The unique identifier of the task.

Returns:

  • (String)


9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'lib/aws-sdk-iot/types.rb', line 9701

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

#thing_nameString

The name of the thing whose mitigation actions are listed.

Returns:

  • (String)


9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'lib/aws-sdk-iot/types.rb', line 9701

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

#violation_idString

The unique identifier of the violation.

Returns:

  • (String)


9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
# File 'lib/aws-sdk-iot/types.rb', line 9701

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