Class: Aws::Types::VectorEnrichmentJobConfig

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

Defined Under Namespace

Classes: MapMatchingConfig, ReverseGeocodingConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#map_matching_configTypes::MapMatchingConfig

Returns the value of attribute map_matching_config.



713
714
715
# File 'sig/types.rbs', line 713

def map_matching_config
  @map_matching_config
end

#reverse_geocoding_configTypes::ReverseGeocodingConfig

Returns the value of attribute reverse_geocoding_config.



714
715
716
# File 'sig/types.rbs', line 714

def reverse_geocoding_config
  @reverse_geocoding_config
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


715
716
717
# File 'sig/types.rbs', line 715

def unknown
  @unknown
end