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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#behavior_criteria_typeString

The criteria for a behavior.

Returns:

  • (String)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time for the alerts to be listed.

Returns:

  • (Time)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#list_suppressed_alertsBoolean

A list of all suppressed alerts.

Returns:

  • (Boolean)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_nameString

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

Returns:

  • (String)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time for the alerts to be listed.

Returns:

  • (Time)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

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

Returns:

  • (String)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#verification_stateString

The verification state of the violation (detect alarm).

Returns:

  • (String)


11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11577

class ListViolationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :thing_name,
  :security_profile_name,
  :behavior_criteria_type,
  :list_suppressed_alerts,
  :verification_state,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end