Class: Aws::NetworkMonitor::Types::ListMonitorsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitorsArray<Types::MonitorSummary>

Lists individual details about each of your monitors.

Returns:



507
508
509
510
511
512
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 507

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


507
508
509
510
511
512
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 507

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