Class: Aws::SageMakerGeospatial::Types::ViewSunElevationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ViewSunElevationInput
- 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
-
#lower_bound ⇒ Float
The lower bound to view the sun elevation.
-
#upper_bound ⇒ Float
The upper bound to view the sun elevation.
Instance Attribute Details
#lower_bound ⇒ Float
The lower bound to view the sun elevation.
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_bound ⇒ Float
The upper bound to view the sun elevation.
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 |