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

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



30756
30757
30758
30759
30760
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30756

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