Class: Aws::Types::SearchPlaceIndexForPositionResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForPositionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#results ⇒ ::Array[Types::SearchForPositionResult]
Returns the value of attribute results.
-
#summary ⇒ Types::SearchPlaceIndexForPositionSummary
Returns the value of attribute summary.
Instance Attribute Details
#results ⇒ ::Array[Types::SearchForPositionResult]
Returns the value of attribute results.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def results @results end |
#summary ⇒ Types::SearchPlaceIndexForPositionSummary
Returns the value of attribute summary.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def summary @summary end |