Class: Aws::Types::SearchForPositionResult
- Inherits:
-
Object
- Object
- Aws::Types::SearchForPositionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distance ⇒ ::Float
Returns the value of attribute distance.
-
#place ⇒ Types::Place
Returns the value of attribute place.
-
#place_id ⇒ ::String
Returns the value of attribute place_id.
Instance Attribute Details
#distance ⇒ ::Float
Returns the value of attribute distance.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def distance @distance end |
#place ⇒ Types::Place
Returns the value of attribute place.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def place @place end |
#place_id ⇒ ::String
Returns the value of attribute place_id.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def place_id @place_id end |