Class: Aws::Types::Websocket
- Inherits:
-
Object
- Object
- Aws::Types::Websocket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_expiry ⇒ ::String
Returns the value of attribute connection_expiry.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#connection_expiry ⇒ ::String
Returns the value of attribute connection_expiry.
307 308 309 |
# File 'sig/types.rbs', line 307 def connection_expiry @connection_expiry end |
#url ⇒ ::String
Returns the value of attribute url.
306 307 308 |
# File 'sig/types.rbs', line 306 def url @url end |