Class: Aws::QuickSight::Types::NumericAxisOptions

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

Overview

The options for an axis with a numeric field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rangeTypes::AxisDisplayRange

The range setup of a numeric axis.



20887
20888
20889
20890
20891
20892
# File 'lib/aws-sdk-quicksight/types.rb', line 20887

class NumericAxisOptions < Struct.new(
  :scale,
  :range)
  SENSITIVE = []
  include Aws::Structure
end

#scaleTypes::AxisScale

The scale setup of a numeric axis.

Returns:



20887
20888
20889
20890
20891
20892
# File 'lib/aws-sdk-quicksight/types.rb', line 20887

class NumericAxisOptions < Struct.new(
  :scale,
  :range)
  SENSITIVE = []
  include Aws::Structure
end