Class: Aws::NetworkMonitor::Types::ListMonitorsInput

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

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

Returns:

  • (Integer)


489
490
491
492
493
494
495
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 489

class ListMonitorsInput < Struct.new(
  :next_token,
  :max_results,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


489
490
491
492
493
494
495
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 489

class ListMonitorsInput < Struct.new(
  :next_token,
  :max_results,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The list of all monitors and their states.

Returns:

  • (String)


489
490
491
492
493
494
495
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 489

class ListMonitorsInput < Struct.new(
  :next_token,
  :max_results,
  :state)
  SENSITIVE = []
  include Aws::Structure
end