Class: Aws::Types::ServiceNowServiceCatalogConfiguration

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)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def crawl_attachments
  @crawl_attachments
end

#document_data_field_name::String

Returns the value of attribute document_data_field_name.

Returns:

  • (::String)


1828
1829
1830
# File 'sig/types.rbs', line 1828

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)


1829
1830
1831
# File 'sig/types.rbs', line 1829

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])


1827
1828
1829
# File 'sig/types.rbs', line 1827

def exclude_attachment_file_patterns
  @exclude_attachment_file_patterns
end

#field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute field_mappings.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def field_mappings
  @field_mappings
end

#include_attachment_file_patterns::Array[::String]

Returns the value of attribute include_attachment_file_patterns.

Returns:

  • (::Array[::String])


1826
1827
1828
# File 'sig/types.rbs', line 1826

def include_attachment_file_patterns
  @include_attachment_file_patterns
end