Class: Aws::NetworkMonitor::Types::CreateMonitorOutput

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 number of seconds that metrics are aggregated by and sent to Amazon CloudWatch. This will be either 30 or 60.

Returns:

  • (Integer)


102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 102

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

#monitor_arnString

The ARN of the monitor.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 102

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

#monitor_nameString

The name of the monitor.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 102

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

#stateString

The state of the monitor.

Returns:

  • (String)


102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 102

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

#tagsHash<String,String>

The list of key-value pairs assigned to the monitor.

Returns:

  • (Hash<String,String>)


102
103
104
105
106
107
108
109
110
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 102

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