Class: Aws::SageMakerGeospatial::Types::ReverseGeocodingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ReverseGeocodingConfig
- Includes:
- Aws::Structure
- Defined in:
- 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 '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 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1872 class ReverseGeocodingConfig < Struct.new( :x_attribute_name, :y_attribute_name) SENSITIVE = [] include Aws::Structure end |