Class: Aws::Deadline::Types::DeleteMonitorRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_idString

The unique identifier of the monitor to delete. This ID is returned by the CreateMonitor operation, and is included in the response to the GetMonitor operation.

Returns:

  • (String)


1723
1724
1725
1726
1727
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1723

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