Class: Aws::NetworkMonitor::Types::UpdateMonitorInput

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

#aggregation_periodInteger

The aggregation time, in seconds, to change to. This must be either 30 or 60.

Returns:

  • (Integer)


786
787
788
789
790
791
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 786

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

#monitor_nameString

The name of the monitor to update.

Returns:

  • (String)


786
787
788
789
790
791
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 786

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