Class: Aws::Types::SearchVectorsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expression_attribute_names::Hash[::String, ::String]

Returns the value of attribute expression_attribute_names.

Returns:

  • (::Hash[::String, ::String])


1540
1541
1542
# File 'sig/types.rbs', line 1540

def expression_attribute_names
  @expression_attribute_names
end

#expression_attribute_values::Hash[::String, Types::AttributeValue]

Returns the value of attribute expression_attribute_values.

Returns:



1541
1542
1543
# File 'sig/types.rbs', line 1541

def expression_attribute_values
  @expression_attribute_values
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def index_name
  @index_name
end

#projection_expression::String

Returns the value of attribute projection_expression.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def projection_expression
  @projection_expression
end

#return_consumed_capacity"INDEXES", ...

Returns the value of attribute return_consumed_capacity.

Returns:

  • ("INDEXES", "TOTAL", "NONE")


1539
1540
1541
# File 'sig/types.rbs', line 1539

def return_consumed_capacity
  @return_consumed_capacity
end

#search_condition_expression::String

Returns the value of attribute search_condition_expression.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def search_condition_expression
  @search_condition_expression
end

#search_vector::Array[Types::AttributeValue]

Returns the value of attribute search_vector.

Returns:



1543
1544
1545
# File 'sig/types.rbs', line 1543

def search_vector
  @search_vector
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def table_name
  @table_name
end

#top_k::Integer

Returns the value of attribute top_k.

Returns:

  • (::Integer)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def top_k
  @top_k
end