Class: Aws::Types::WorkDocsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkDocsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawl_comments ⇒ Boolean
Returns the value of attribute crawl_comments.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
Instance Attribute Details
#crawl_comments ⇒ Boolean
Returns the value of attribute crawl_comments.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def crawl_comments @crawl_comments end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def exclusion_patterns @exclusion_patterns end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def field_mappings @field_mappings end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def inclusion_patterns @inclusion_patterns end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def organization_id @organization_id end |
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def use_change_log @use_change_log end |