Class: Aws::Deadline::Types::DeleteMonitorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteMonitorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_id ⇒ String
The unique identifier of the monitor to delete.
Instance Attribute Details
#monitor_id ⇒ String
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.
3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-deadline/types.rb', line 3697 class DeleteMonitorRequest < Struct.new( :monitor_id) SENSITIVE = [] include Aws::Structure end |