Class: Aws::InternetMonitor::Types::DeleteMonitorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::DeleteMonitorInput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_name ⇒ String
The name of the monitor to delete.
Instance Attribute Details
#monitor_name ⇒ String
The name of the monitor to delete.
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 |