Class: Aws::Types::SalesforceStandardKnowledgeArticleTypeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceStandardKnowledgeArticleTypeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
-
#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_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def document_data_field_name @document_data_field_name end |
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def document_title_field_name @document_title_field_name end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def field_mappings @field_mappings end |