Class: Aws::SageMakerGeospatial::Types::UserDefined

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

The output resolution (in target georeferenced units) of the result of the operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitString

The units for output resolution of the result.

Returns:

  • (String)


2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2361

class UserDefined < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value for output resolution of the result.

Returns:

  • (Float)


2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2361

class UserDefined < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end