Class: Aws::Types::ConversationLogSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_log_settings ⇒ ::Array[Types::AudioLogSetting]

Returns the value of attribute audio_log_settings.

Returns:



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.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

def text_log_settings
  @text_log_settings
end