Class: Aws::LexModelBuildingService::Types::ConversationLogsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelBuildingService::Types::ConversationLogsResponse
 
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Contains information about conversation log settings.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #iam_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket. 
- 
  
    
      #log_settings  ⇒ Array<Types::LogSettingsResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The settings for your conversation logs. 
Instance Attribute Details
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket.
| 350 351 352 353 354 355 | # File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 350 class ConversationLogsResponse < Struct.new( :log_settings, :iam_role_arn) SENSITIVE = [] include Aws::Structure end | 
#log_settings ⇒ Array<Types::LogSettingsResponse>
The settings for your conversation logs. You can log text, audio, or both.
| 350 351 352 353 354 355 | # File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 350 class ConversationLogsResponse < Struct.new( :log_settings, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |