Class: Aws::Types::ListMonitorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMonitorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitors ⇒ ::Array[Types::MonitorSummary]
Returns the value of attribute monitors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#monitors ⇒ ::Array[Types::MonitorSummary]
Returns the value of attribute monitors.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def monitors @monitors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def next_token @next_token end |