Class: Aws::NetworkMonitor::Types::GetMonitorInput

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 that details are returned for.

Returns:

  • (String)


307
308
309
310
311
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 307

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