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:



28429
28430
28431
28432
28433
# File 'lib/aws-sdk-quicksight/types.rb', line 28429

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