Class: Aws::QuickSight::Types::AxisDisplayRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_drivenTypes::AxisDisplayDataDrivenRange

The data-driven setup of an axis display range.



2303
2304
2305
2306
2307
2308
# File 'lib/aws-sdk-quicksight/types.rb', line 2303

class AxisDisplayRange < Struct.new(
  :min_max,
  :data_driven)
  SENSITIVE = []
  include Aws::Structure
end

#min_maxTypes::AxisDisplayMinMaxRange

The minimum and maximum setup of an axis display range.



2303
2304
2305
2306
2307
2308
# File 'lib/aws-sdk-quicksight/types.rb', line 2303

class AxisDisplayRange < Struct.new(
  :min_max,
  :data_driven)
  SENSITIVE = []
  include Aws::Structure
end