Class: Aws::QuickSight::Types::AxisDisplayRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisDisplayRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The range setup of a numeric axis display range.
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
-
#data_driven ⇒ Types::AxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
-
#min_max ⇒ Types::AxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
Instance Attribute Details
#data_driven ⇒ Types::AxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2542 class AxisDisplayRange < Struct.new( :min_max, :data_driven) SENSITIVE = [] include Aws::Structure end |
#min_max ⇒ Types::AxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2542 class AxisDisplayRange < Struct.new( :min_max, :data_driven) SENSITIVE = [] include Aws::Structure end |