Class: Aws::Types::BoxConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_commentsBoolean

Returns the value of attribute crawl_comments.

Returns:

  • (Boolean)


213
214
215
# File 'sig/types.rbs', line 213

def crawl_comments
  @crawl_comments
end

#crawl_tasksBoolean

Returns the value of attribute crawl_tasks.

Returns:

  • (Boolean)


214
215
216
# File 'sig/types.rbs', line 214

def crawl_tasks
  @crawl_tasks
end

Returns the value of attribute crawl_web_links.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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_logBoolean

Returns the value of attribute use_change_log.

Returns:

  • (Boolean)


212
213
214
# File 'sig/types.rbs', line 212

def use_change_log
  @use_change_log
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



222
223
224
# File 'sig/types.rbs', line 222

def vpc_configuration
  @vpc_configuration
end

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