Class: Aws::Types::PersistentConnectionConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:

  • ("VOICE", "CHAT", "TASK", "EMAIL")


6199
6200
6201
# File 'sig/types.rbs', line 6199

def channel
  @channel
end

#persistent_connectionBoolean

Returns the value of attribute persistent_connection.

Returns:

  • (Boolean)


6200
6201
6202
# File 'sig/types.rbs', line 6200

def persistent_connection
  @persistent_connection
end