Class: Aws::Types::UplinkConnectionDetails
- Inherits:
-
Object
- Object
- Aws::Types::UplinkConnectionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_ip_and_port_address ⇒ Types::RangedConnectionDetails
Returns the value of attribute agent_ip_and_port_address.
-
#ingress_address_and_port ⇒ Types::ConnectionDetails
Returns the value of attribute ingress_address_and_port.
Instance Attribute Details
#agent_ip_and_port_address ⇒ Types::RangedConnectionDetails
Returns the value of attribute agent_ip_and_port_address.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def agent_ip_and_port_address @agent_ip_and_port_address end |
#ingress_address_and_port ⇒ Types::ConnectionDetails
Returns the value of attribute ingress_address_and_port.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def ingress_address_and_port @ingress_address_and_port end |