Class: Aws::Types::VoiceRecordingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VoiceRecordingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ivr_recording_track ⇒ "ALL"
Returns the value of attribute ivr_recording_track.
-
#voice_recording_track ⇒ "FROM_AGENT", ...
Returns the value of attribute voice_recording_track.
Instance Attribute Details
#ivr_recording_track ⇒ "ALL"
Returns the value of attribute ivr_recording_track.
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.
9773 9774 9775 |
# File 'sig/types.rbs', line 9773 def voice_recording_track @voice_recording_track end |