Class: Aws::QuickSight::Types::SingleAxisOptions

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

Overview

The settings of a chart’s single axis configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#y_axis_optionsTypes::YAxisOptions

The Y axis options of a single axis configuration.

Returns:



26232
26233
26234
26235
26236
# File 'lib/aws-sdk-quicksight/types.rb', line 26232

class SingleAxisOptions < Struct.new(
  :y_axis_options)
  SENSITIVE = []
  include Aws::Structure
end