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

#include_linked_accountsBoolean

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.

Returns:

  • (Boolean)


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_resultsInteger

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

Returns:

  • (Integer)


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_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)


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_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


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