Class: Aws::SageMakerGeospatial::Types::UserDefined
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::UserDefined
- 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
-
#unit ⇒ String
The units for output resolution of the result.
-
#value ⇒ Float
The value for output resolution of the result.
Instance Attribute Details
#unit ⇒ String
The units for output resolution of the result.
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 |
#value ⇒ Float
The value for output resolution of the result.
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 |