Class: Aws::QuickSight::Types::YAxisOptions

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

Overview

The options that are available for a single Y axis in a chart.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#y_axisString

The Y axis type to be used in the chart.

If you choose ‘PRIMARY_Y_AXIS`, the primary Y Axis is located on the leftmost vertical axis of the chart.

Returns:

  • (String)


35514
35515
35516
35517
35518
# File 'lib/aws-sdk-quicksight/types.rb', line 35514

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