Class: Aws::Types::AnomalyDetectorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetectorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded_time_ranges ⇒ ::Array[Types::Range]
Returns the value of attribute excluded_time_ranges.
-
#metric_timezone ⇒ ::String
Returns the value of attribute metric_timezone.
Instance Attribute Details
#excluded_time_ranges ⇒ ::Array[Types::Range]
Returns the value of attribute excluded_time_ranges.
62 63 64 |
# File 'sig/types.rbs', line 62 def excluded_time_ranges @excluded_time_ranges end |
#metric_timezone ⇒ ::String
Returns the value of attribute metric_timezone.
63 64 65 |
# File 'sig/types.rbs', line 63 def metric_timezone @metric_timezone end |