Class: Aws::Types::ListMonitoringAlertsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMonitoringAlertsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8209 8210 8211 |
# File 'sig/types.rbs', line 8209 def max_results @max_results end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
8207 8208 8209 |
# File 'sig/types.rbs', line 8207 def monitoring_schedule_name @monitoring_schedule_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8208 8209 8210 |
# File 'sig/types.rbs', line 8208 def next_token @next_token end |