Class: Aws::InternetMonitor::Types::CreateMonitorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::CreateMonitorOutput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
-
#status ⇒ String
The status of a monitor.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
315 316 317 318 319 320 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 315 class CreateMonitorOutput < Struct.new( :arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a monitor.
315 316 317 318 319 320 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 315 class CreateMonitorOutput < Struct.new( :arn, :status) SENSITIVE = [] include Aws::Structure end |