Class: Aws::Types::DownlinkConnectionDetails
- Inherits:
-
Object
- Object
- Aws::Types::DownlinkConnectionDetails
- 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.
-
#egress_address_and_port ⇒ Types::ConnectionDetails
Returns the value of attribute egress_address_and_port.
Instance Attribute Details
#agent_ip_and_port_address ⇒ Types::RangedConnectionDetails
Returns the value of attribute agent_ip_and_port_address.
490 491 492 |
# File 'sig/types.rbs', line 490 def agent_ip_and_port_address @agent_ip_and_port_address end |
#egress_address_and_port ⇒ Types::ConnectionDetails
Returns the value of attribute egress_address_and_port.
491 492 493 |
# File 'sig/types.rbs', line 491 def egress_address_and_port @egress_address_and_port end |