Class: Aws::Types::GetAnomalyMonitorsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_monitors::Array[Types::AnomalyMonitor]

Returns the value of attribute anomaly_monitors.

Returns:



516
517
518
# File 'sig/types.rbs', line 516

def anomaly_monitors
  @anomaly_monitors
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def next_page_token
  @next_page_token
end