Module: Aws::NetworkMonitor::Client::_UpdateMonitorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateMonitorOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_period ⇒ ::Integer
- #monitor_arn ⇒ ::String
- #monitor_name ⇒ ::String
- #state ⇒ "PENDING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#aggregation_period ⇒ ::Integer
247 |
# File 'sig/client.rbs', line 247 def aggregation_period: () -> ::Integer |
#monitor_arn ⇒ ::String
244 |
# File 'sig/client.rbs', line 244 def monitor_arn: () -> ::String |
#monitor_name ⇒ ::String
245 |
# File 'sig/client.rbs', line 245 def monitor_name: () -> ::String |
#state ⇒ "PENDING", ...
246 |
# File 'sig/client.rbs', line 246 def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING") |
#tags ⇒ ::Hash[::String, ::String]
248 |
# File 'sig/client.rbs', line 248 def tags: () -> ::Hash[::String, ::String] |