Class: Aws::Types::SearchPlaceIndexForTextSummary
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForTextSummary
- 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.
-
#result_b_box ⇒ ::Array[::Float]
Returns the value of attribute result_b_box.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#bias_position ⇒ ::Array[::Float]
Returns the value of attribute bias_position.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def bias_position @bias_position end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def data_source @data_source end |
#filter_b_box ⇒ ::Array[::Float]
Returns the value of attribute filter_b_box.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def filter_b_box @filter_b_box end |
#filter_categories ⇒ ::Array[::String]
Returns the value of attribute filter_categories.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def filter_categories @filter_categories end |
#filter_countries ⇒ ::Array[::String]
Returns the value of attribute filter_countries.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def filter_countries @filter_countries end |
#language ⇒ ::String
Returns the value of attribute language.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def language @language end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def max_results @max_results end |
#result_b_box ⇒ ::Array[::Float]
Returns the value of attribute result_b_box.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def result_b_box @result_b_box end |
#text ⇒ ::String
Returns the value of attribute text.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def text @text end |