Class: Aws::Types::GetAnomalyMonitorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAnomalyMonitorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_monitors ⇒ ::Array[Types::AnomalyMonitor]
Returns the value of attribute anomaly_monitors.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#anomaly_monitors ⇒ ::Array[Types::AnomalyMonitor]
Returns the value of attribute anomaly_monitors.
516 517 518 |
# File 'sig/types.rbs', line 516 def anomaly_monitors @anomaly_monitors end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
517 518 519 |
# File 'sig/types.rbs', line 517 def next_page_token @next_page_token end |