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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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.
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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).
12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-iot/types.rb', line 12069 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 |