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::ActionLocalIpDetails
Returns the value of attribute local_ip_details.
-
#local_port_details ⇒ Types::ActionLocalPortDetails
Returns the value of attribute local_port_details.
-
#remote_ip_details ⇒ Types::ActionRemoteIpDetails
Returns the value of attribute remote_ip_details.
Instance Attribute Details
#local_ip_details ⇒ Types::ActionLocalIpDetails
Returns the value of attribute local_ip_details.
6866 6867 6868 |
# File 'sig/types.rbs', line 6866 def local_ip_details @local_ip_details end |
#local_port_details ⇒ Types::ActionLocalPortDetails
Returns the value of attribute local_port_details.
6865 6866 6867 |
# File 'sig/types.rbs', line 6865 def local_port_details @local_port_details end |
#remote_ip_details ⇒ Types::ActionRemoteIpDetails
Returns the value of attribute remote_ip_details.
6867 6868 6869 |
# File 'sig/types.rbs', line 6867 def remote_ip_details @remote_ip_details end |