Class: Aws::Kendra::Types::SalesforceStandardObjectAttachmentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SalesforceStandardObjectAttachmentConfiguration
- 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
-
#document_title_field_name ⇒ String
The name of the field used for the document title.
-
#field_mappings ⇒ Array<Types::DataSourceToIndexFieldMapping>
One or more objects that map fields in attachments to Amazon Kendra index fields.
Instance Attribute Details
#document_title_field_name ⇒ String
The name of the field used for the document title.
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_mappings ⇒ Array<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 |