Class: Aws::Types::ListMonitoringAlertsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMonitoringAlertsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitoring_alert_summaries ⇒ ::Array[Types::MonitoringAlertSummary]
Returns the value of attribute monitoring_alert_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#monitoring_alert_summaries ⇒ ::Array[Types::MonitoringAlertSummary]
Returns the value of attribute monitoring_alert_summaries.
8214 8215 8216 |
# File 'sig/types.rbs', line 8214 def monitoring_alert_summaries @monitoring_alert_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8215 8216 8217 |
# File 'sig/types.rbs', line 8215 def next_token @next_token end |