Class: Aws::Types::RangedConnectionDetails
- Inherits:
-
Object
- Object
- Aws::Types::RangedConnectionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
-
#socket_address ⇒ Types::RangedSocketAddress
Returns the value of attribute socket_address.
Instance Attribute Details
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
990 991 992 |
# File 'sig/types.rbs', line 990 def mtu @mtu end |
#socket_address ⇒ Types::RangedSocketAddress
Returns the value of attribute socket_address.
989 990 991 |
# File 'sig/types.rbs', line 989 def socket_address @socket_address end |