Class: Aws::Types::SearchPlaceIndexForSuggestionsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

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

Instance Attribute Summary collapse

Instance Attribute Details

#bias_position::Array[::Float]

Returns the value of attribute bias_position.

Returns:

  • (::Array[::Float])


1236
1237
1238
# File 'sig/types.rbs', line 1236

def bias_position
  @bias_position
end

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def data_source
  @data_source
end

#filter_b_box::Array[::Float]

Returns the value of attribute filter_b_box.

Returns:

  • (::Array[::Float])


1237
1238
1239
# File 'sig/types.rbs', line 1237

def filter_b_box
  @filter_b_box
end

#filter_categories::Array[::String]

Returns the value of attribute filter_categories.

Returns:

  • (::Array[::String])


1242
1243
1244
# File 'sig/types.rbs', line 1242

def filter_categories
  @filter_categories
end

#filter_countries::Array[::String]

Returns the value of attribute filter_countries.

Returns:

  • (::Array[::String])


1238
1239
1240
# File 'sig/types.rbs', line 1238

def filter_countries
  @filter_countries
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def language
  @language
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def max_results
  @max_results
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def text
  @text
end