Class: Aws::Types::Behavior
- Inherits:
-
Object
- Object
- Aws::Types::Behavior
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criteria ⇒ Types::BehaviorCriteria
Returns the value of attribute criteria.
-
#export_metric ⇒ Boolean
Returns the value of attribute export_metric.
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#metric_dimension ⇒ Types::MetricDimension
Returns the value of attribute metric_dimension.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#suppress_alerts ⇒ Boolean
Returns the value of attribute suppress_alerts.
Instance Attribute Details
#criteria ⇒ Types::BehaviorCriteria
Returns the value of attribute criteria.
389 390 391 |
# File 'sig/types.rbs', line 389 def criteria @criteria end |
#export_metric ⇒ Boolean
Returns the value of attribute export_metric.
391 392 393 |
# File 'sig/types.rbs', line 391 def export_metric @export_metric end |
#metric ⇒ ::String
Returns the value of attribute metric.
387 388 389 |
# File 'sig/types.rbs', line 387 def metric @metric end |
#metric_dimension ⇒ Types::MetricDimension
Returns the value of attribute metric_dimension.
388 389 390 |
# File 'sig/types.rbs', line 388 def metric_dimension @metric_dimension end |
#name ⇒ ::String
Returns the value of attribute name.
386 387 388 |
# File 'sig/types.rbs', line 386 def name @name end |
#suppress_alerts ⇒ Boolean
Returns the value of attribute suppress_alerts.
390 391 392 |
# File 'sig/types.rbs', line 390 def suppress_alerts @suppress_alerts end |