Class: Aws::InternetMonitor::Types::DeleteMonitorInput

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

#monitor_nameString

The name of the monitor to delete.

Returns:

  • (String)


328
329
330
331
332
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 328

class DeleteMonitorInput < Struct.new(
  :monitor_name)
  SENSITIVE = []
  include Aws::Structure
end