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

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


34309
34310
34311
34312
34313
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34309

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