Module: Aws::NetworkMonitor::Client::_GetMonitorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMonitorOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_period ⇒ ::Integer
- #created_at ⇒ ::Time
- #modified_at ⇒ ::Time
- #monitor_arn ⇒ ::String
- #monitor_name ⇒ ::String
- #probes ⇒ ::Array[Types::Probe]
- #state ⇒ "PENDING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#aggregation_period ⇒ ::Integer
164 |
# File 'sig/client.rbs', line 164
def aggregation_period: () -> ::Integer
|
#created_at ⇒ ::Time
167 |
# File 'sig/client.rbs', line 167
def created_at: () -> ::Time
|
#modified_at ⇒ ::Time
168 |
# File 'sig/client.rbs', line 168
def modified_at: () -> ::Time
|
#monitor_arn ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def monitor_arn: () -> ::String
|
#monitor_name ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def monitor_name: () -> ::String
|
#probes ⇒ ::Array[Types::Probe]
166 |
# File 'sig/client.rbs', line 166
def probes: () -> ::Array[Types::Probe]
|
#state ⇒ "PENDING", ...
163 |
# File 'sig/client.rbs', line 163
def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
165 |
# File 'sig/client.rbs', line 165
def tags: () -> ::Hash[::String, ::String]
|