Class: Aws::IoT::Types::ListViolationEventsResponse

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

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-iot/types.rb', line 11602

class ListViolationEventsResponse < Struct.new(
  :violation_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#violation_eventsArray<Types::ViolationEvent>

The security profile violation alerts issued for this account during the given time period, potentially filtered by security profile, behavior violated, or thing (device) violating.

Returns:



11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-iot/types.rb', line 11602

class ListViolationEventsResponse < Struct.new(
  :violation_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end