Class: Aws::Types::GeocodePreferenceValue
- Inherits:
-
Object
- Object
- Aws::Types::GeocodePreferenceValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Coordinate, GeocoderHierarchy, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coordinate ⇒ Types::Coordinate
Returns the value of attribute coordinate.
-
#geocoder_hierarchy ⇒ Types::GeocoderHierarchy
Returns the value of attribute geocoder_hierarchy.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#coordinate ⇒ Types::Coordinate
Returns the value of attribute coordinate.
6349 6350 6351 |
# File 'sig/types.rbs', line 6349 def coordinate @coordinate end |
#geocoder_hierarchy ⇒ Types::GeocoderHierarchy
Returns the value of attribute geocoder_hierarchy.
6348 6349 6350 |
# File 'sig/types.rbs', line 6348 def geocoder_hierarchy @geocoder_hierarchy end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6350 6351 6352 |
# File 'sig/types.rbs', line 6350 def unknown @unknown end |