Class: Aws::NetworkMonitor::Types::DeleteMonitorInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/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)


270
271
272
273
274
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 270

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