Class: Aws::NetworkMonitor::Types::DeleteProbeInput

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)


290
291
292
293
294
295
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 290

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

#probe_idString

The ID of the probe to delete.

Returns:

  • (String)


290
291
292
293
294
295
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 290

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