Class: Aws::Types::GetAnomalyMonitorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAnomalyMonitorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#monitor_arn_list ⇒ ::Array[::String]
Returns the value of attribute monitor_arn_list.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
511 512 513 |
# File 'sig/types.rbs', line 511 def max_results @max_results end |
#monitor_arn_list ⇒ ::Array[::String]
Returns the value of attribute monitor_arn_list.
509 510 511 |
# File 'sig/types.rbs', line 509 def monitor_arn_list @monitor_arn_list end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
510 511 512 |
# File 'sig/types.rbs', line 510 def next_page_token @next_page_token end |