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.
942 943 944 |
# File 'sig/types.rbs', line 942 def step_count @step_count end |
#step_size ⇒ ::Float
Returns the value of attribute step_size.
943 944 945 |
# File 'sig/types.rbs', line 943 def step_size @step_size end |