Class: Aws::Types::VoiceEnhancementConfig

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


9286
9287
9288
# File 'sig/types.rbs', line 9286

def channel
  @channel
end

#voice_enhancement_mode"VOICE_ISOLATION", ...

Returns the value of attribute voice_enhancement_mode.

Returns:

  • ("VOICE_ISOLATION", "NOISE_SUPPRESSION", "NONE")


9287
9288
9289
# File 'sig/types.rbs', line 9287

def voice_enhancement_mode
  @voice_enhancement_mode
end