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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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)


9060
9061
9062
9063
9064
9065
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9060

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.



9060
9061
9062
9063
9064
9065
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9060

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