Class: Aws::Types::VectorEnrichmentJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::VectorEnrichmentJobConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MapMatchingConfig, ReverseGeocodingConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#map_matching_config ⇒ Types::MapMatchingConfig
Returns the value of attribute map_matching_config.
-
#reverse_geocoding_config ⇒ Types::ReverseGeocodingConfig
Returns the value of attribute reverse_geocoding_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#map_matching_config ⇒ Types::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_config ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
715 716 717 |
# File 'sig/types.rbs', line 715 def unknown @unknown end |