Class: Aws::Types::AxisLinearScale

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#step_count::Integer

Returns the value of attribute step_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


884
885
886
# File 'sig/types.rbs', line 884

def step_size
  @step_size
end