Class: Aws::Types::KendraConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KendraConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kendra_index ⇒ ::String
Returns the value of attribute kendra_index.
-
#query_filter_string ⇒ ::String
Returns the value of attribute query_filter_string.
-
#query_filter_string_enabled ⇒ Boolean
Returns the value of attribute query_filter_string_enabled.
Instance Attribute Details
#kendra_index ⇒ ::String
Returns the value of attribute kendra_index.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def kendra_index @kendra_index end |
#query_filter_string ⇒ ::String
Returns the value of attribute query_filter_string.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def query_filter_string @query_filter_string end |
#query_filter_string_enabled ⇒ Boolean
Returns the value of attribute query_filter_string_enabled.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def query_filter_string_enabled @query_filter_string_enabled end |