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.
924 925 926 |
# File 'sig/types.rbs', line 924 def data_driven @data_driven end |
#min_max ⇒ Types::AxisDisplayMinMaxRange
Returns the value of attribute min_max.
923 924 925 |
# File 'sig/types.rbs', line 923 def min_max @min_max end |