Class: Aws::Types::GetAnomaliesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAnomaliesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomalies ⇒ ::Array[Types::Anomaly]
Returns the value of attribute anomalies.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#anomalies ⇒ ::Array[Types::Anomaly]
Returns the value of attribute anomalies.
503 504 505 |
# File 'sig/types.rbs', line 503 def anomalies @anomalies end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
504 505 506 |
# File 'sig/types.rbs', line 504 def next_page_token @next_page_token end |