Class: Aws::Types::SalesforceCustomKnowledgeArticleTypeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceCustomKnowledgeArticleTypeConfiguration
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#document_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def document_data_field_name @document_data_field_name end |
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def document_title_field_name @document_title_field_name end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def field_mappings @field_mappings end |
#name ⇒ ::String
Returns the value of attribute name.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def name @name end |