Class: Aws::Types::SearchPlaceIndexForPositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForPositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def index_name @index_name end |
#key ⇒ ::String
Returns the value of attribute key.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def key @key end |
#language ⇒ ::String
Returns the value of attribute language.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def language @language end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def max_results @max_results end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def position @position end |