Class: Aws::SageMakerGeospatial::Types::ViewSunElevationInput

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

Overview

The input structure for specifying ViewSunElevation angle property filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lower_boundFloat

The lower bound to view the sun elevation.

Returns:

  • (Float)


2583
2584
2585
2586
2587
2588
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2583

class ViewSunElevationInput < Struct.new(
  :lower_bound,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#upper_boundFloat

The upper bound to view the sun elevation.

Returns:

  • (Float)


2583
2584
2585
2586
2587
2588
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2583

class ViewSunElevationInput < Struct.new(
  :lower_bound,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end