Class: Aws::IoT::Types::ListViolationEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListViolationEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior_criteria_type ⇒ String
The criteria for a behavior.
-
#end_time ⇒ Time
The end time for the alerts to be listed.
-
#list_suppressed_alerts ⇒ Boolean
A list of all suppressed alerts.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The token for the next set of results.
-
#security_profile_name ⇒ String
A filter to limit results to those alerts generated by the specified security profile.
-
#start_time ⇒ Time
The start time for the alerts to be listed.
-
#thing_name ⇒ String
A filter to limit results to those alerts caused by the specified thing.
-
#verification_state ⇒ String
The verification state of the violation (detect alarm).
Instance Attribute Details
#behavior_criteria_type ⇒ String
The criteria for a behavior.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_time ⇒ Time
The end time for the alerts to be listed.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_alerts ⇒ Boolean
A list of all suppressed alerts.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_results ⇒ Integer
The maximum number of results to return at one time.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_token ⇒ String
The token for the next set of results.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_name ⇒ String
A filter to limit results to those alerts generated by the specified security profile.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_time ⇒ Time
The start time for the alerts to be listed.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_name ⇒ String
A filter to limit results to those alerts caused by the specified thing.
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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_state ⇒ String
The verification state of the violation (detect alarm).
13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 |
# File 'lib/aws-sdk-iot/types.rb', line 13073 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 |