Class: Aws::Types::SearchPlaceIndexForSuggestionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForSuggestionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bias_position ⇒ ::Array[::Float]
Returns the value of attribute bias_position.
-
#filter_b_box ⇒ ::Array[::Float]
Returns the value of attribute filter_b_box.
-
#filter_categories ⇒ ::Array[::String]
Returns the value of attribute filter_categories.
-
#filter_countries ⇒ ::Array[::String]
Returns the value of attribute filter_countries.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#bias_position ⇒ ::Array[::Float]
Returns the value of attribute bias_position.
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.
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.
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.
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.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def index_name @index_name end |
#key ⇒ ::String
Returns the value of attribute key.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def key @key end |
#language ⇒ ::String
Returns the value of attribute language.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def language @language end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def max_results @max_results end |
#text ⇒ ::String
Returns the value of attribute text.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def text @text end |