Class: Aws::NetworkMonitor::Types::UpdateMonitorOutput

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 changed aggregation period.

Returns:

  • (Integer)


815
816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 815

class UpdateMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_arnString

The ARN of the monitor that was updated.

Returns:

  • (String)


815
816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 815

class UpdateMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_nameString

The name of the monitor that was updated.

Returns:

  • (String)


815
816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 815

class UpdateMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the updated monitor.

Returns:

  • (String)


815
816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 815

class UpdateMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of key-value pairs associated with the monitor.

Returns:

  • (Hash<String,String>)


815
816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 815

class UpdateMonitorOutput < Struct.new(
  :monitor_arn,
  :monitor_name,
  :state,
  :aggregation_period,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end