Class: Aws::QuickSight::Types::AxisLinearScale
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisLinearScale
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The liner axis scale setup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_count ⇒ Integer
The step count setup of a linear axis.
-
#step_size ⇒ Float
The step size setup of a linear axis.
Instance Attribute Details
#step_count ⇒ Integer
The step count setup of a linear axis.
2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2615 class AxisLinearScale < Struct.new( :step_count, :step_size) SENSITIVE = [] include Aws::Structure end |
#step_size ⇒ Float
The step size setup of a linear axis.
2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2615 class AxisLinearScale < Struct.new( :step_count, :step_size) SENSITIVE = [] include Aws::Structure end |