Class: Aws::InternetMonitor::Types::ListMonitorsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitorsArray<Types::Monitor>

A list of monitors.

Returns:



1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1364

class ListMonitorsOutput < Struct.new(
  :monitors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1364

class ListMonitorsOutput < Struct.new(
  :monitors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end