Class: Aws::NetworkMonitor::Types::MonitorSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb

Overview

Displays summary information about a monitor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_periodInteger

The time, in seconds, that metrics are collected and sent to Amazon CloudWatch. Valid values are either 30 or 60.

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 563

class MonitorSummary < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_arnString

The ARN of the monitor.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 563

class MonitorSummary < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_nameString

The name of the monitor.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 563

class MonitorSummary < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the monitor.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 563

class MonitorSummary < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of key-value pairs assigned to the monitor.

Returns:

  • (Hash<String,String>)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 563

class MonitorSummary < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end