Class: Aws::Types::ViewOffNadirInput
- Inherits:
-
Object
- Object
- Aws::Types::ViewOffNadirInput
- 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.
762 763 764 |
# File 'sig/types.rbs', line 762 def lower_bound @lower_bound end |
#upper_bound ⇒ ::Float
Returns the value of attribute upper_bound.
763 764 765 |
# File 'sig/types.rbs', line 763 def upper_bound @upper_bound end |