Class: Aws::InternetMonitor::Types::CreateMonitorOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the monitor.

Returns:

  • (String)


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

#statusString

The status of a monitor.

Returns:

  • (String)


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