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
-
#include_linked_accounts ⇒ Boolean
A boolean option that you can set to
TRUE
to include monitors for linked accounts in a list of monitors, when you've set up cross-account sharing in Amazon CloudWatch Internet Monitor. -
#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
#include_linked_accounts ⇒ Boolean
A boolean option that you can set to TRUE
to include monitors for
linked accounts in a list of monitors, when you've set up
cross-account sharing in Amazon CloudWatch Internet Monitor. You
configure cross-account sharing by using Amazon CloudWatch
Observability Access Manager. For more information, see Internet
Monitor cross-account observability in the Amazon CloudWatch
Internet Monitor User Guide.
1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1344 class ListMonitorsInput < Struct.new( :next_token, :max_results, :monitor_status, :include_linked_accounts) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of monitor objects that you want to return with this call.
1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1344 class ListMonitorsInput < Struct.new( :next_token, :max_results, :monitor_status, :include_linked_accounts) 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.
1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1344 class ListMonitorsInput < Struct.new( :next_token, :max_results, :monitor_status, :include_linked_accounts) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1344 class ListMonitorsInput < Struct.new( :next_token, :max_results, :monitor_status, :include_linked_accounts) SENSITIVE = [] include Aws::Structure end |