Class: Aws::QuickSight::Types::AxisLogarithmicScale

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The logarithmic axis scale setup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseFloat

The base setup of a logarithmic axis scale.

Returns:

  • (Float)


2384
2385
2386
2387
2388
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2384

class AxisLogarithmicScale < Struct.new(
  :base)
  SENSITIVE = []
  include Aws::Structure
end