Class: Aws::Types::GeocodePreferenceValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Coordinate, GeocoderHierarchy, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coordinateTypes::Coordinate

Returns the value of attribute coordinate.

Returns:



6349
6350
6351
# File 'sig/types.rbs', line 6349

def coordinate
  @coordinate
end

#geocoder_hierarchyTypes::GeocoderHierarchy

Returns the value of attribute geocoder_hierarchy.



6348
6349
6350
# File 'sig/types.rbs', line 6348

def geocoder_hierarchy
  @geocoder_hierarchy
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6350
6351
6352
# File 'sig/types.rbs', line 6350

def unknown
  @unknown
end