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.
6045 6046 6047 |
# File 'sig/types.rbs', line 6045 def channel @channel end |
#persistent_connection ⇒ Boolean
Returns the value of attribute persistent_connection.
6046 6047 6048 |
# File 'sig/types.rbs', line 6046 def persistent_connection @persistent_connection end |