Module: Aws::InternetMonitor::Client::_GetMonitorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMonitorOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #health_events_config ⇒ Types::HealthEventsConfig
- #internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
- #max_city_networks_to_monitor ⇒ ::Integer
- #modified_at ⇒ ::Time
- #monitor_arn ⇒ ::String
- #monitor_name ⇒ ::String
- #processing_status ⇒ "OK", ...
- #processing_status_info ⇒ ::String
- #resources ⇒ ::Array[::String]
- #status ⇒ "PENDING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #traffic_percentage_to_monitor ⇒ ::Integer
Instance Method Details
#created_at ⇒ ::Time
158 |
# File 'sig/client.rbs', line 158
def created_at: () -> ::Time
|
#health_events_config ⇒ Types::HealthEventsConfig
166 |
# File 'sig/client.rbs', line 166
def health_events_config: () -> Types::HealthEventsConfig
|
#internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
164 |
# File 'sig/client.rbs', line 164
def internet_measurements_log_delivery: () -> Types::InternetMeasurementsLogDelivery
|
#max_city_networks_to_monitor ⇒ ::Integer
163 |
# File 'sig/client.rbs', line 163
def max_city_networks_to_monitor: () -> ::Integer
|
#modified_at ⇒ ::Time
159 |
# File 'sig/client.rbs', line 159
def modified_at: () -> ::Time
|
#monitor_arn ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def monitor_arn: () -> ::String
|
#monitor_name ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def monitor_name: () -> ::String
|
#processing_status ⇒ "OK", ...
160 |
# File 'sig/client.rbs', line 160
def processing_status: () -> ("OK" | "INACTIVE" | "COLLECTING_DATA" | "INSUFFICIENT_DATA" | "FAULT_SERVICE" | "FAULT_ACCESS_CLOUDWATCH")
|
#processing_status_info ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def processing_status_info: () -> ::String
|
#resources ⇒ ::Array[::String]
156 |
# File 'sig/client.rbs', line 156
def resources: () -> ::Array[::String]
|
#status ⇒ "PENDING", ...
157 |
# File 'sig/client.rbs', line 157
def status: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR")
|
#tags ⇒ ::Hash[::String, ::String]
162 |
# File 'sig/client.rbs', line 162
def tags: () -> ::Hash[::String, ::String]
|
#traffic_percentage_to_monitor ⇒ ::Integer
165 |
# File 'sig/client.rbs', line 165
def traffic_percentage_to_monitor: () -> ::Integer
|