Class: Aws::Types::AxisDisplayRange
- Inherits:
-
Object
- Object
- Aws::Types::AxisDisplayRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_driven ⇒ Types::AxisDisplayDataDrivenRange
Returns the value of attribute data_driven.
-
#min_max ⇒ Types::AxisDisplayMinMaxRange
Returns the value of attribute min_max.
Instance Attribute Details
#data_driven ⇒ Types::AxisDisplayDataDrivenRange
Returns the value of attribute data_driven.
865 866 867 |
# File 'sig/types.rbs', line 865 def data_driven @data_driven end |
#min_max ⇒ Types::AxisDisplayMinMaxRange
Returns the value of attribute min_max.
864 865 866 |
# File 'sig/types.rbs', line 864 def min_max @min_max end |