Class: Aws::Types::VoiceRecordingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ivr_recording_track"ALL"

Returns the value of attribute ivr_recording_track.

Returns:

  • ("ALL")


9774
9775
9776
# File 'sig/types.rbs', line 9774

def ivr_recording_track
  @ivr_recording_track
end

#voice_recording_track"FROM_AGENT", ...

Returns the value of attribute voice_recording_track.

Returns:

  • ("FROM_AGENT", "TO_AGENT", "ALL")


9773
9774
9775
# File 'sig/types.rbs', line 9773

def voice_recording_track
  @voice_recording_track
end