Class: Aws::Types::ServiceNowServiceCatalogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowServiceCatalogConfiguration
- 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.
-
#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.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def end |
#document_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
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.
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.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def 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.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def end |