Class: Aws::Types::GetAnomalySubscriptionsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_subscriptions::Array[Types::AnomalySubscription]

Returns the value of attribute anomaly_subscriptions.

Returns:



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.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def next_page_token
  @next_page_token
end