Class: Aws::Types::GetAnomaliesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAnomaliesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_interval ⇒ Types::AnomalyDateInterval
Returns the value of attribute date_interval.
-
#feedback ⇒ "YES", ...
Returns the value of attribute feedback.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#total_impact ⇒ Types::TotalImpactFilter
Returns the value of attribute total_impact.
Instance Attribute Details
#date_interval ⇒ Types::AnomalyDateInterval
Returns the value of attribute date_interval.
494 495 496 |
# File 'sig/types.rbs', line 494 def date_interval @date_interval end |
#feedback ⇒ "YES", ...
Returns the value of attribute feedback.
495 496 497 |
# File 'sig/types.rbs', line 495 def feedback @feedback end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
498 499 500 |
# File 'sig/types.rbs', line 498 def max_results @max_results end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
493 494 495 |
# File 'sig/types.rbs', line 493 def monitor_arn @monitor_arn end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
497 498 499 |
# File 'sig/types.rbs', line 497 def next_page_token @next_page_token end |
#total_impact ⇒ Types::TotalImpactFilter
Returns the value of attribute total_impact.
496 497 498 |
# File 'sig/types.rbs', line 496 def total_impact @total_impact end |