Module: Aws::NetworkMonitor::Client::_UpdateProbeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProbeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address_family ⇒ "IPV4", "IPV6"
- #created_at ⇒ ::Time
- #destination ⇒ ::String
- #destination_port ⇒ ::Integer
- #modified_at ⇒ ::Time
- #packet_size ⇒ ::Integer
- #probe_arn ⇒ ::String
- #probe_id ⇒ ::String
- #protocol ⇒ "TCP", "ICMP"
- #source_arn ⇒ ::String
- #state ⇒ "PENDING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #vpc_id ⇒ ::String
Instance Method Details
#address_family ⇒ "IPV4", "IPV6"
266 |
# File 'sig/client.rbs', line 266
def address_family: () -> ("IPV4" | "IPV6")
|
#created_at ⇒ ::Time
269 |
# File 'sig/client.rbs', line 269
def created_at: () -> ::Time
|
#destination ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def destination: () -> ::String
|
#destination_port ⇒ ::Integer
263 |
# File 'sig/client.rbs', line 263
def destination_port: () -> ::Integer
|
#modified_at ⇒ ::Time
270 |
# File 'sig/client.rbs', line 270
def modified_at: () -> ::Time
|
#packet_size ⇒ ::Integer
265 |
# File 'sig/client.rbs', line 265
def packet_size: () -> ::Integer
|
#probe_arn ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def probe_arn: () -> ::String
|
#probe_id ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def probe_id: () -> ::String
|
#protocol ⇒ "TCP", "ICMP"
264 |
# File 'sig/client.rbs', line 264
def protocol: () -> ("TCP" | "ICMP")
|
#source_arn ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def source_arn: () -> ::String
|
#state ⇒ "PENDING", ...
268 |
# File 'sig/client.rbs', line 268
def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
271 |
# File 'sig/client.rbs', line 271
def tags: () -> ::Hash[::String, ::String]
|
#vpc_id ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def vpc_id: () -> ::String
|