Class: Aws::Types::SearchPlaceIndexForSuggestionsRequest

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])


1218
1219
1220
# File 'sig/types.rbs', line 1218

def bias_position
  @bias_position
end

#filter_b_box::Array[::Float]

Returns the value of attribute filter_b_box.

Returns:

  • (::Array[::Float])


1219
1220
1221
# File 'sig/types.rbs', line 1219

def filter_b_box
  @filter_b_box
end

#filter_categories::Array[::String]

Returns the value of attribute filter_categories.

Returns:

  • (::Array[::String])


1223
1224
1225
# File 'sig/types.rbs', line 1223

def filter_categories
  @filter_categories
end

#filter_countries::Array[::String]

Returns the value of attribute filter_countries.

Returns:

  • (::Array[::String])


1220
1221
1222
# File 'sig/types.rbs', line 1220

def filter_countries
  @filter_countries
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def index_name
  @index_name
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def key
  @key
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def language
  @language
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def max_results
  @max_results
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def text
  @text
end