Class: Aws::SageMakerGeospatial::Types::ReverseGeocodingConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#x_attribute_nameString

The field name for the data that describes x-axis coordinate, eg. longitude of a point.

Returns:

  • (String)


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_nameString

The field name for the data that describes y-axis coordinate, eg. latitude of a point.

Returns:

  • (String)


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