Class: Aws::Types::KnowledgeBaseAssociationConfigurationData
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseAssociationConfigurationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_tag_filter ⇒ Types::TagFilter
Returns the value of attribute content_tag_filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#override_knowledge_base_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_knowledge_base_search_type.
Instance Attribute Details
#content_tag_filter ⇒ Types::TagFilter
Returns the value of attribute content_tag_filter.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def content_tag_filter @content_tag_filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def override_knowledge_base_search_type @override_knowledge_base_search_type end |