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 [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”,
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