Class: Aws::Types::GetAnomalySubscriptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAnomalySubscriptionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_subscriptions ⇒ ::Array[Types::AnomalySubscription]
Returns the value of attribute anomaly_subscriptions.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#anomaly_subscriptions ⇒ ::Array[Types::AnomalySubscription]
Returns the value of attribute anomaly_subscriptions.
530 531 532 |
# File 'sig/types.rbs', line 530 def anomaly_subscriptions @anomaly_subscriptions end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
531 532 533 |
# File 'sig/types.rbs', line 531 def next_page_token @next_page_token end |