Class: Aws::Types::ViewSunAzimuthInput
- Inherits:
-
Object
- Object
- Aws::Types::ViewSunAzimuthInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lower_bound ⇒ ::Float
Returns the value of attribute lower_bound.
-
#upper_bound ⇒ ::Float
Returns the value of attribute upper_bound.
Instance Attribute Details
#lower_bound ⇒ ::Float
Returns the value of attribute lower_bound.
768 769 770 |
# File 'sig/types.rbs', line 768 def lower_bound @lower_bound end |
#upper_bound ⇒ ::Float
Returns the value of attribute upper_bound.
769 770 771 |
# File 'sig/types.rbs', line 769 def upper_bound @upper_bound end |