Class: Aws::Types::KnowledgeBaseAssociationConfigurationData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_tag_filterTypes::TagFilter

Returns the value of attribute content_tag_filter.

Returns:



1576
1577
1578
# File 'sig/types.rbs', line 1576

def 
  @content_tag_filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def max_results
  @max_results
end

#override_knowledge_base_search_type"HYBRID", "SEMANTIC"

Returns the value of attribute override_knowledge_base_search_type.

Returns:

  • ("HYBRID", "SEMANTIC")


1578
1579
1580
# File 'sig/types.rbs', line 1578

def override_knowledge_base_search_type
  @override_knowledge_base_search_type
end