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.
6083 6084 6085 |
# File 'sig/types.rbs', line 6083 def coordinate @coordinate end |
#geocoder_hierarchy ⇒ Types::GeocoderHierarchy
Returns the value of attribute geocoder_hierarchy.
6082 6083 6084 |
# File 'sig/types.rbs', line 6082 def geocoder_hierarchy @geocoder_hierarchy end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6084 6085 6086 |
# File 'sig/types.rbs', line 6084 def unknown @unknown end |