Class: Aws::Types::PlayerConnectionEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::PlayerConnectionEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def ip_address @ip_address end |
#port ⇒ ::Integer
Returns the value of attribute port.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def port @port end |