Class: Aws::InternetMonitor::Types::ListMonitorsInput

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

#max_resultsInteger

The number of monitor objects that you want to return with this call.

Returns:

  • (Integer)


1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1057

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

#monitor_statusString

The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself.

For information about the statuses for a monitor, see Monitor.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1057

class ListMonitorsInput < Struct.new(
  :next_token,
  :max_results,
  :monitor_status)
  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)


1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1057

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