Class: Aws::InternetMonitor::Types::Monitor
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::Monitor
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
The description of and information about a monitor in Amazon CloudWatch Internet Monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
-
#monitor_name ⇒ String
The name of the monitor.
-
#processing_status ⇒ String
The health of data processing for the monitor.
-
#status ⇒ String
The status of a monitor.
Instance Attribute Details
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1468 class Monitor < Struct.new( :monitor_name, :monitor_arn, :status, :processing_status) SENSITIVE = [] include Aws::Structure end |
#monitor_name ⇒ String
The name of the monitor.
1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1468 class Monitor < Struct.new( :monitor_name, :monitor_arn, :status, :processing_status) SENSITIVE = [] include Aws::Structure end |
#processing_status ⇒ String
The health of data processing for the monitor.
1468 1469 1470 1471 1472 1473 1474 1475 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1468 class Monitor < Struct.new( :monitor_name, :monitor_arn, :status, :processing_status) SENSITIVE = [] include Aws::Structure end |