Class: Aws::Types::PersistentConnectionConfig
- Inherits:
-
Object
- Object
- Aws::Types::PersistentConnectionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#persistent_connection ⇒ Boolean
Returns the value of attribute persistent_connection.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
6204 6205 6206 |
# File 'sig/types.rbs', line 6204 def channel @channel end |
#persistent_connection ⇒ Boolean
Returns the value of attribute persistent_connection.
6205 6206 6207 |
# File 'sig/types.rbs', line 6205 def persistent_connection @persistent_connection end |