Class: Aws::Types::ListMonitoringSchedulesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_summaries::Array[Types::MonitoringScheduleSummary]

Returns the value of attribute monitoring_schedule_summaries.

Returns:



8262
8263
8264
# File 'sig/types.rbs', line 8262

def monitoring_schedule_summaries
  @monitoring_schedule_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8263
8264
8265
# File 'sig/types.rbs', line 8263

def next_token
  @next_token
end