Class: Aws::Types::SalesforceStandardObjectAttachmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceStandardObjectAttachmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
Instance Attribute Details
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def document_title_field_name @document_title_field_name end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def field_mappings @field_mappings end |