Class: Aws::Types::UpdateAnomalyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnomalyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ ::String
Returns the value of attribute anomaly_detector_arn.
-
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
-
#baseline ⇒ Boolean
Returns the value of attribute baseline.
-
#pattern_id ⇒ ::String
Returns the value of attribute pattern_id.
-
#suppression_period ⇒ Types::SuppressionPeriod
Returns the value of attribute suppression_period.
-
#suppression_type ⇒ "LIMITED", "INFINITE"
Returns the value of attribute suppression_type.
Instance Attribute Details
#anomaly_detector_arn ⇒ ::String
Returns the value of attribute anomaly_detector_arn.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def anomaly_detector_arn @anomaly_detector_arn end |
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def anomaly_id @anomaly_id end |
#baseline ⇒ Boolean
Returns the value of attribute baseline.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def baseline @baseline end |
#pattern_id ⇒ ::String
Returns the value of attribute pattern_id.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def pattern_id @pattern_id end |
#suppression_period ⇒ Types::SuppressionPeriod
Returns the value of attribute suppression_period.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def suppression_period @suppression_period end |
#suppression_type ⇒ "LIMITED", "INFINITE"
Returns the value of attribute suppression_type.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def suppression_type @suppression_type end |