Class: Aws::Types::SearchPlaceIndexForTextRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text, :bias_position, :filter_b_box, :key])

Instance Attribute Summary collapse

Instance Attribute Details

#bias_position::Array[::Float]

Returns the value of attribute bias_position.

Returns:

  • (::Array[::Float])


1249
1250
1251
# File 'sig/types.rbs', line 1249

def bias_position
  @bias_position
end

#filter_b_box::Array[::Float]

Returns the value of attribute filter_b_box.

Returns:

  • (::Array[::Float])


1250
1251
1252
# File 'sig/types.rbs', line 1250

def filter_b_box
  @filter_b_box
end

#filter_categories::Array[::String]

Returns the value of attribute filter_categories.

Returns:

  • (::Array[::String])


1254
1255
1256
# File 'sig/types.rbs', line 1254

def filter_categories
  @filter_categories
end

#filter_countries::Array[::String]

Returns the value of attribute filter_countries.

Returns:

  • (::Array[::String])


1251
1252
1253
# File 'sig/types.rbs', line 1251

def filter_countries
  @filter_countries
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def index_name
  @index_name
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def key
  @key
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def language
  @language
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def max_results
  @max_results
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def text
  @text
end