Module: Aws::NetworkMonitor::Client::_GetProbeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProbeOutput]
- 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"
185 |
# File 'sig/client.rbs', line 185 def address_family: () -> ("IPV4" | "IPV6") |
#created_at ⇒ ::Time
188 |
# File 'sig/client.rbs', line 188 def created_at: () -> ::Time |
#destination ⇒ ::String
181 |
# File 'sig/client.rbs', line 181 def destination: () -> ::String |
#destination_port ⇒ ::Integer
182 |
# File 'sig/client.rbs', line 182 def destination_port: () -> ::Integer |
#modified_at ⇒ ::Time
189 |
# File 'sig/client.rbs', line 189 def modified_at: () -> ::Time |
#packet_size ⇒ ::Integer
184 |
# File 'sig/client.rbs', line 184 def packet_size: () -> ::Integer |
#probe_arn ⇒ ::String
179 |
# File 'sig/client.rbs', line 179 def probe_arn: () -> ::String |
#probe_id ⇒ ::String
178 |
# File 'sig/client.rbs', line 178 def probe_id: () -> ::String |
#protocol ⇒ "TCP", "ICMP"
183 |
# File 'sig/client.rbs', line 183 def protocol: () -> ("TCP" | "ICMP") |
#source_arn ⇒ ::String
180 |
# File 'sig/client.rbs', line 180 def source_arn: () -> ::String |
#state ⇒ "PENDING", ...
187 |
# File 'sig/client.rbs', line 187 def state: () -> ("PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING" | "DELETED") |
#tags ⇒ ::Hash[::String, ::String]
190 |
# File 'sig/client.rbs', line 190 def tags: () -> ::Hash[::String, ::String] |
#vpc_id ⇒ ::String
186 |
# File 'sig/client.rbs', line 186 def vpc_id: () -> ::String |