Class: Aws::Types::WorkDocsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawl_commentsBoolean

Returns the value of attribute crawl_comments.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def organization_id
  @organization_id
end

#use_change_logBoolean

Returns the value of attribute use_change_log.

Returns:

  • (Boolean)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def use_change_log
  @use_change_log
end