Class: Aws::InternetMonitor::Types::UpdateMonitorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::UpdateMonitorOutput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
-
#status ⇒ String
The status of a monitor.
Instance Attribute Details
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1726 class UpdateMonitorOutput < Struct.new( :monitor_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a monitor.
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1726 class UpdateMonitorOutput < Struct.new( :monitor_arn, :status) SENSITIVE = [] include Aws::Structure end |