Class: Aws::Types::SearchPlaceIndexForTextRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForTextRequest
- 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.
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.
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.
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.
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.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def index_name @index_name end |
#key ⇒ ::String
Returns the value of attribute key.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def key @key end |
#language ⇒ ::String
Returns the value of attribute language.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def language @language end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def max_results @max_results end |
#text ⇒ ::String
Returns the value of attribute text.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def text @text end |