Class: Aws::QuickSight::Types::AxisDataOptions

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

Overview

The data options for an axis.

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

#date_axis_optionsTypes::DateAxisOptions

The options for an axis with a date field.



2320
2321
2322
2323
2324
2325
# File 'lib/aws-sdk-quicksight/types.rb', line 2320

class AxisDataOptions < Struct.new(
  :numeric_axis_options,
  :date_axis_options)
  SENSITIVE = []
  include Aws::Structure
end

#numeric_axis_optionsTypes::NumericAxisOptions

The options for an axis with a numeric field.



2320
2321
2322
2323
2324
2325
# File 'lib/aws-sdk-quicksight/types.rb', line 2320

class AxisDataOptions < Struct.new(
  :numeric_axis_options,
  :date_axis_options)
  SENSITIVE = []
  include Aws::Structure
end