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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2214

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.



2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2214

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