Class: Aws::QuickSight::Types::AxisDisplayRange
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::AxisDisplayRange
 
- Defined in:
- gems/aws-sdk-quicksight/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.
| 2980 2981 2982 2983 2984 2985 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2980 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.
| 2980 2981 2982 2983 2984 2985 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2980 class AxisDisplayRange < Struct.new( :min_max, :data_driven) SENSITIVE = [] include Aws::Structure end |