Class: Aws::Types::SearchPlaceIndexForSuggestionsSummary
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForSuggestionsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bias_position ⇒ ::Array[::Float]
Returns the value of attribute bias_position.
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#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.
-
#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.
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.
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.
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.
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.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def filter_countries @filter_countries end |
#language ⇒ ::String
Returns the value of attribute language.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def language @language end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def max_results @max_results end |
#text ⇒ ::String
Returns the value of attribute text.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def text @text end |