Module: Aws::NetworkMonitor::Client::_CreateMonitorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMonitorOutput]
- 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
86 |
# File 'sig/client.rbs', line 86 def aggregation_period: () -> ::Integer |
#monitor_arn ⇒ ::String
83 |
# File 'sig/client.rbs', line 83 def monitor_arn: () -> ::String |
#monitor_name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84 def monitor_name: () -> ::String |
#state ⇒ "PENDING", ...
85 |
# File 'sig/client.rbs', line 85 def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING") |
#tags ⇒ ::Hash[::String, ::String]
87 |
# File 'sig/client.rbs', line 87 def tags: () -> ::Hash[::String, ::String] |