Class: Aws::Types::SearchPlaceIndexForPositionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForPositionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
Instance Attribute Details
#data_source ⇒ ::String
Returns the value of attribute data_source.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def data_source @data_source end |
#language ⇒ ::String
Returns the value of attribute language.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def language @language end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def max_results @max_results end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def position @position end |