You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ListViolationEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListViolationEventsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  start_time: Time.now, # required
  end_time: Time.now, # required
  thing_name: "DeviceDefenderThingName",
  security_profile_name: "SecurityProfileName",
  next_token: "NextToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time for the alerts to be listed.

Returns:

  • (Time)

    The end time for the alerts to be listed.

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)

    The maximum number of results to return at one time.

#next_tokenString

The token for the next set of results.

Returns:

  • (String)

    The token for the next set of results.

#security_profile_nameString

A filter to limit results to those alerts generated by the specified security profile.

Returns:

  • (String)

    A filter to limit results to those alerts generated by the specified security profile.

#start_timeTime

The start time for the alerts to be listed.

Returns:

  • (Time)

    The start time for the alerts to be listed.

#thing_nameString

A filter to limit results to those alerts caused by the specified thing.

Returns:

  • (String)

    A filter to limit results to those alerts caused by the specified thing.