Class: Aws::InternetMonitor::Types::ListMonitorsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ListMonitorsInput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of monitor objects that you want to return with this call.
-
#monitor_status ⇒ String
The status of a monitor.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The number of monitor objects that you want to return with this call.
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_status ⇒ String
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.
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_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
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 |