Class: Aws::Types::PortProbeDetail
- Inherits:
-
Object
- Object
- Aws::Types::PortProbeDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_ip_details ⇒ Types::LocalIpDetails
Returns the value of attribute local_ip_details.
-
#local_port_details ⇒ Types::LocalPortDetails
Returns the value of attribute local_port_details.
-
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
Instance Attribute Details
#local_ip_details ⇒ Types::LocalIpDetails
Returns the value of attribute local_ip_details.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def local_ip_details @local_ip_details end |
#local_port_details ⇒ Types::LocalPortDetails
Returns the value of attribute local_port_details.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def local_port_details @local_port_details end |
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def remote_ip_details @remote_ip_details end |