Class: Aws::Types::GetMonitorOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


127
128
129
# File 'sig/types.rbs', line 127

def created_at
  @created_at
end

#health_events_configTypes::HealthEventsConfig

Returns the value of attribute health_events_config.



135
136
137
# File 'sig/types.rbs', line 135

def health_events_config
  @health_events_config
end

#internet_measurements_log_deliveryTypes::InternetMeasurementsLogDelivery

Returns the value of attribute internet_measurements_log_delivery.



133
134
135
# File 'sig/types.rbs', line 133

def internet_measurements_log_delivery
  @internet_measurements_log_delivery
end

#max_city_networks_to_monitor::Integer

Returns the value of attribute max_city_networks_to_monitor.

Returns:

  • (::Integer)


132
133
134
# File 'sig/types.rbs', line 132

def max_city_networks_to_monitor
  @max_city_networks_to_monitor
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


128
129
130
# File 'sig/types.rbs', line 128

def modified_at
  @modified_at
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def monitor_arn
  @monitor_arn
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def monitor_name
  @monitor_name
end

#processing_status"OK", ...

Returns the value of attribute processing_status.

Returns:

  • ("OK", "INACTIVE", "COLLECTING_DATA", "INSUFFICIENT_DATA", "FAULT_SERVICE", "FAULT_ACCESS_CLOUDWATCH")


129
130
131
# File 'sig/types.rbs', line 129

def processing_status
  @processing_status
end

#processing_status_info::String

Returns the value of attribute processing_status_info.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def processing_status_info
  @processing_status_info
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


125
126
127
# File 'sig/types.rbs', line 125

def resources
  @resources
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVE", "INACTIVE", "ERROR")


126
127
128
# File 'sig/types.rbs', line 126

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


131
132
133
# File 'sig/types.rbs', line 131

def tags
  @tags
end

#traffic_percentage_to_monitor::Integer

Returns the value of attribute traffic_percentage_to_monitor.

Returns:

  • (::Integer)


134
135
136
# File 'sig/types.rbs', line 134

def traffic_percentage_to_monitor
  @traffic_percentage_to_monitor
end