class Aws::IoT::Types::ListViolationEventsRequest
@return [Integer]
The maximum number of results to return at one time.
@!attribute [rw] max_results
@return [String]
The token for the next set of results.
@!attribute [rw] next_token
@return [Boolean]
A list of all suppressed alerts.
@!attribute [rw] list_suppressed_alerts
@return [String]
The criteria for a behavior.
@!attribute [rw] behavior_criteria_type
@return [String]
security profile.
A filter to limit results to those alerts generated by the specified
@!attribute [rw] security_profile_name
@return [String]
thing.
A filter to limit results to those alerts caused by the specified
@!attribute [rw] thing_name
@return [Time]
The end time for the alerts to be listed.
@!attribute [rw] end_time
@return [Time]
The start time for the alerts to be listed.
@!attribute [rw] start_time
}
max_results: 1,
next_token: “NextToken”,
list_suppressed_alerts: false,
behavior_criteria_type: “STATIC”, # accepts STATIC, STATISTICAL, MACHINE_LEARNING
security_profile_name: “SecurityProfileName”,
thing_name: “DeviceDefenderThingName”,
end_time: Time.now, # required
start_time: Time.now, # required
{
data as a hash:
@note When making an API call, you may pass ListViolationEventsRequest