Class: Aws::Types::KendraConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kendra_index ⇒ ::String

Returns the value of attribute kendra_index.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (Boolean)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def query_filter_string_enabled
  @query_filter_string_enabled
end