Class: Aws::SageMakerGeospatial::Types::ReverseGeocodingConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMakerGeospatial::Types::ReverseGeocodingConfig
 
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The input structure for Reverse Geocoding operation type.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #x_attribute_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field name for the data that describes x-axis coordinate, eg. 
- 
  
    
      #y_attribute_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field name for the data that describes y-axis coordinate, eg. 
Instance Attribute Details
#x_attribute_name ⇒ String
The field name for the data that describes x-axis coordinate, eg. longitude of a point.
| 1872 1873 1874 1875 1876 1877 | # File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1872 class ReverseGeocodingConfig < Struct.new( :x_attribute_name, :y_attribute_name) SENSITIVE = [] include Aws::Structure end | 
#y_attribute_name ⇒ String
The field name for the data that describes y-axis coordinate, eg. latitude of a point.
| 1872 1873 1874 1875 1876 1877 | # File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1872 class ReverseGeocodingConfig < Struct.new( :x_attribute_name, :y_attribute_name) SENSITIVE = [] include Aws::Structure end |