class Aws::IoT::Types::ListDetectMitigationActionsExecutionsRequest
@return [String]
The token for the next set of results.
@!attribute [rw] next_token
@return [Integer]
25.
The maximum number of results to return at one time. The default is
@!attribute [rw] max_results
@return [Time]
executions are returned.
The end of the time period for which ML Detect mitigation actions
@!attribute [rw] end_time
@return [Time]
not both.
You must specify either the startTime and endTime or the taskId, but
A filter to limit results to those found after the specified time.
@!attribute [rw] start_time
@return [String]
The name of the thing whose mitigation actions are listed.
@!attribute [rw] thing_name
@return [String]
The unique identifier of the violation.
@!attribute [rw] violation_id
@return [String]
The unique identifier of the task.
@!attribute [rw] task_id
}
next_token: “NextToken”,
max_results: 1,
end_time: Time.now,
start_time: Time.now,
thing_name: “DeviceDefenderThingName”,
violation_id: “ViolationId”,
task_id: “MitigationActionsTaskId”,
{
data as a hash:
@note When making an API call, you may pass ListDetectMitigationActionsExecutionsRequest