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)


611
612
613
# File 'sig/types.rbs', line 611

def kendra_index
  @kendra_index
end

#query_filter_string::String

Returns the value of attribute query_filter_string.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def query_filter_string
  @query_filter_string
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def role
  @role
end