Class: Aws::Types::AxisLinearScale
- Inherits:
-
Object
- Object
- Aws::Types::AxisLinearScale
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#step_count ⇒ ::Integer
Returns the value of attribute step_count.
-
#step_size ⇒ ::Float
Returns the value of attribute step_size.
Instance Attribute Details
#step_count ⇒ ::Integer
Returns the value of attribute step_count.
883 884 885 |
# File 'sig/types.rbs', line 883 def step_count @step_count end |
#step_size ⇒ ::Float
Returns the value of attribute step_size.
884 885 886 |
# File 'sig/types.rbs', line 884 def step_size @step_size end |