Class: Aws::Kendra::Types::SalesforceStandardObjectAttachmentConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Provides the configuration information for processing attachments to Salesforce standard objects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_title_field_nameString

The name of the field used for the document title.

Returns:

  • (String)


9114
9115
9116
9117
9118
9119
# File 'lib/aws-sdk-kendra/types.rb', line 9114

class SalesforceStandardObjectAttachmentConfiguration < Struct.new(
  :document_title_field_name,
  :field_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#field_mappingsArray<Types::DataSourceToIndexFieldMapping>

One or more objects that map fields in attachments to Amazon Kendra index fields.



9114
9115
9116
9117
9118
9119
# File 'lib/aws-sdk-kendra/types.rb', line 9114

class SalesforceStandardObjectAttachmentConfiguration < Struct.new(
  :document_title_field_name,
  :field_mappings)
  SENSITIVE = []
  include Aws::Structure
end