Class: Aws::Types::SearchPlaceIndexForTextSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bias_position::Array[::Float]

Returns the value of attribute bias_position.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1269
1270
1271
# File 'sig/types.rbs', line 1269

def filter_countries
  @filter_countries
end

#language::String

Returns the value of attribute language.

Returns:



1273
1274
1275
# File 'sig/types.rbs', line 1273

def language
  @language
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



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.

Returns:



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.

Returns:



1266
1267
1268
# File 'sig/types.rbs', line 1266

def text
  @text
end