Class: Aws::IoT::Types::Behavior
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Behavior
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A Device Defender security profile behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criteria ⇒ Types::BehaviorCriteria
The criteria that determine if a device is behaving normally in regard to the
metric
. -
#export_metric ⇒ Boolean
Value indicates exporting metrics related to the behavior when it is true.
-
#metric ⇒ String
What is measured by the behavior.
-
#metric_dimension ⇒ Types::MetricDimension
The dimension for a metric in your behavior.
-
#name ⇒ String
The name you've given to the behavior.
-
#suppress_alerts ⇒ Boolean
Suppresses alerts.
Instance Attribute Details
#criteria ⇒ Types::BehaviorCriteria
The criteria that determine if a device is behaving normally in
regard to the metric
.
1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1391 class Behavior < Struct.new( :name, :metric, :metric_dimension, :criteria, :suppress_alerts, :export_metric) SENSITIVE = [] include Aws::Structure end |
#export_metric ⇒ Boolean
Value indicates exporting metrics related to the behavior when it is true.
1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1391 class Behavior < Struct.new( :name, :metric, :metric_dimension, :criteria, :suppress_alerts, :export_metric) SENSITIVE = [] include Aws::Structure end |
#metric ⇒ String
What is measured by the behavior.
1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1391 class Behavior < Struct.new( :name, :metric, :metric_dimension, :criteria, :suppress_alerts, :export_metric) SENSITIVE = [] include Aws::Structure end |
#metric_dimension ⇒ Types::MetricDimension
The dimension for a metric in your behavior. For example, using a
TOPIC_FILTER
dimension, you can narrow down the scope of the
metric to only MQTT topics where the name matches the pattern
specified in the dimension. This can't be used with custom metrics.
1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1391 class Behavior < Struct.new( :name, :metric, :metric_dimension, :criteria, :suppress_alerts, :export_metric) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name you've given to the behavior.
1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1391 class Behavior < Struct.new( :name, :metric, :metric_dimension, :criteria, :suppress_alerts, :export_metric) SENSITIVE = [] include Aws::Structure end |
#suppress_alerts ⇒ Boolean
Suppresses alerts.
1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1391 class Behavior < Struct.new( :name, :metric, :metric_dimension, :criteria, :suppress_alerts, :export_metric) SENSITIVE = [] include Aws::Structure end |