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.
2048 2049 2050 2051 2052 2053 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 2048 class UpdateMonitorOutput < Struct.new( :monitor_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a monitor.
2048 2049 2050 2051 2052 2053 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 2048 class UpdateMonitorOutput < Struct.new( :monitor_arn, :status) SENSITIVE = [] include Aws::Structure end |