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")


6045
6046
6047
# File 'sig/types.rbs', line 6045

def channel
  @channel
end

#persistent_connectionBoolean

Returns the value of attribute persistent_connection.

Returns:

  • (Boolean)


6046
6047
6048
# File 'sig/types.rbs', line 6046

def persistent_connection
  @persistent_connection
end