Class: Aws::Types::GetMonitorOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMonitorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#health_events_config ⇒ Types::HealthEventsConfig
Returns the value of attribute health_events_config.
-
#internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
Returns the value of attribute internet_measurements_log_delivery.
-
#max_city_networks_to_monitor ⇒ ::Integer
Returns the value of attribute max_city_networks_to_monitor.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#processing_status ⇒ "OK", ...
Returns the value of attribute processing_status.
-
#processing_status_info ⇒ ::String
Returns the value of attribute processing_status_info.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#traffic_percentage_to_monitor ⇒ ::Integer
Returns the value of attribute traffic_percentage_to_monitor.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
127 128 129 |
# File 'sig/types.rbs', line 127 def created_at @created_at end |
#health_events_config ⇒ Types::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_delivery ⇒ Types::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.
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.
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.
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.
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.
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.
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.
125 126 127 |
# File 'sig/types.rbs', line 125 def resources @resources end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
126 127 128 |
# File 'sig/types.rbs', line 126 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
131 132 133 |
# File 'sig/types.rbs', line 131 def end |
#traffic_percentage_to_monitor ⇒ ::Integer
Returns the value of attribute traffic_percentage_to_monitor.
134 135 136 |
# File 'sig/types.rbs', line 134 def traffic_percentage_to_monitor @traffic_percentage_to_monitor end |