Class: Aws::Types::DescribeAnomalyDetectorsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAnomalyDetectorsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_detectors ⇒ ::Array[Types::AnomalyDetector]
Returns the value of attribute anomaly_detectors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#anomaly_detectors ⇒ ::Array[Types::AnomalyDetector]
Returns the value of attribute anomaly_detectors.
274 275 276 |
# File 'sig/types.rbs', line 274 def anomaly_detectors @anomaly_detectors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
275 276 277 |
# File 'sig/types.rbs', line 275 def next_token @next_token end |