Class: Aws::Types::BoxConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BoxConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute comment_field_mappings.
-
#crawl_comments ⇒ Boolean
Returns the value of attribute crawl_comments.
-
#crawl_tasks ⇒ Boolean
Returns the value of attribute crawl_tasks.
-
#crawl_web_links ⇒ Boolean
Returns the value of attribute crawl_web_links.
-
#enterprise_id ⇒ ::String
Returns the value of attribute enterprise_id.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#file_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute file_field_mappings.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#task_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute task_field_mappings.
-
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
-
#web_link_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute web_link_field_mappings.
Instance Attribute Details
#comment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute comment_field_mappings.
218 219 220 |
# File 'sig/types.rbs', line 218 def comment_field_mappings @comment_field_mappings end |
#crawl_comments ⇒ Boolean
Returns the value of attribute crawl_comments.
213 214 215 |
# File 'sig/types.rbs', line 213 def crawl_comments @crawl_comments end |
#crawl_tasks ⇒ Boolean
Returns the value of attribute crawl_tasks.
214 215 216 |
# File 'sig/types.rbs', line 214 def crawl_tasks @crawl_tasks end |
#crawl_web_links ⇒ Boolean
Returns the value of attribute crawl_web_links.
215 216 217 |
# File 'sig/types.rbs', line 215 def crawl_web_links @crawl_web_links end |
#enterprise_id ⇒ ::String
Returns the value of attribute enterprise_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def enterprise_id @enterprise_id end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
221 222 223 |
# File 'sig/types.rbs', line 221 def exclusion_patterns @exclusion_patterns end |
#file_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute file_field_mappings.
216 217 218 |
# File 'sig/types.rbs', line 216 def file_field_mappings @file_field_mappings end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
220 221 222 |
# File 'sig/types.rbs', line 220 def inclusion_patterns @inclusion_patterns end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
211 212 213 |
# File 'sig/types.rbs', line 211 def secret_arn @secret_arn end |
#task_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute task_field_mappings.
217 218 219 |
# File 'sig/types.rbs', line 217 def task_field_mappings @task_field_mappings end |
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
212 213 214 |
# File 'sig/types.rbs', line 212 def use_change_log @use_change_log end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
222 223 224 |
# File 'sig/types.rbs', line 222 def vpc_configuration @vpc_configuration end |
#web_link_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute web_link_field_mappings.
219 220 221 |
# File 'sig/types.rbs', line 219 def web_link_field_mappings @web_link_field_mappings end |