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:



6083
6084
6085
# File 'sig/types.rbs', line 6083

def coordinate
  @coordinate
end

#geocoder_hierarchyTypes::GeocoderHierarchy

Returns the value of attribute geocoder_hierarchy.



6082
6083
6084
# File 'sig/types.rbs', line 6082

def geocoder_hierarchy
  @geocoder_hierarchy
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6084
6085
6086
# File 'sig/types.rbs', line 6084

def unknown
  @unknown
end