Class: Aws::Types::ServiceNowKnowledgeArticleConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawl_attachmentsBoolean

Returns the value of attribute crawl_attachments.

Returns:

  • (Boolean)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def crawl_attachments
  @crawl_attachments
end

#document_data_field_name::String

Returns the value of attribute document_data_field_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1816
1817
1818
# File 'sig/types.rbs', line 1816

def exclude_attachment_file_patterns
  @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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1815
1816
1817
# File 'sig/types.rbs', line 1815

def include_attachment_file_patterns
  @include_attachment_file_patterns
end