Class: Aws::QuickSight::Types::SingleAxisOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SingleAxisOptions
- 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
-
#y_axis_options ⇒ Types::YAxisOptions
The Y axis options of a single axis configuration.
Instance Attribute Details
#y_axis_options ⇒ Types::YAxisOptions
The Y axis options of a single axis configuration.
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 |