Class: Aws::Types::ConversationLogSettings
- Inherits:
-
Object
- Object
- Aws::Types::ConversationLogSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_log_settings ⇒ ::Array[Types::AudioLogSetting]
Returns the value of attribute audio_log_settings.
-
#text_log_settings ⇒ ::Array[Types::TextLogSetting]
Returns the value of attribute text_log_settings.
Instance Attribute Details
#audio_log_settings ⇒ ::Array[Types::AudioLogSetting]
Returns the value of attribute audio_log_settings.
734 735 736 |
# File 'sig/types.rbs', line 734 def audio_log_settings @audio_log_settings end |
#text_log_settings ⇒ ::Array[Types::TextLogSetting]
Returns the value of attribute text_log_settings.
733 734 735 |
# File 'sig/types.rbs', line 733 def text_log_settings @text_log_settings end |