Class: Aws::Types::ListMonitoringExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMonitoringExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitoring_execution_summaries ⇒ ::Array[Types::MonitoringExecutionSummary]
Returns the value of attribute monitoring_execution_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#monitoring_execution_summaries ⇒ ::Array[Types::MonitoringExecutionSummary]
Returns the value of attribute monitoring_execution_summaries.
8239 8240 8241 |
# File 'sig/types.rbs', line 8239 def monitoring_execution_summaries @monitoring_execution_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8240 8241 8242 |
# File 'sig/types.rbs', line 8240 def next_token @next_token end |