Class: Aws::Types::ServiceNowKnowledgeArticleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowKnowledgeArticleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
-
#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.
-
#exclude_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute exclude_attachment_file_patterns.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
-
#filter_query ⇒ ::String
Returns the value of attribute filter_query.
-
#include_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute include_attachment_file_patterns.
Instance Attribute Details
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def @crawl_attachments end |
#document_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def document_data_field_name @document_data_field_name end |
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def document_title_field_name @document_title_field_name end |
#exclude_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute exclude_attachment_file_patterns.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def @exclude_attachment_file_patterns end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def field_mappings @field_mappings end |
#filter_query ⇒ ::String
Returns the value of attribute filter_query.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def filter_query @filter_query end |
#include_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute include_attachment_file_patterns.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def @include_attachment_file_patterns end |