Class: Aws::Kendra::Types::SalesforceStandardObjectAttachmentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SalesforceStandardObjectAttachmentConfiguration
- 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
-
#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.
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_mappings ⇒ Array<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 |