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.
27215 27216 27217 27218 27219 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27215 class SingleAxisOptions < Struct.new( :y_axis_options) SENSITIVE = [] include Aws::Structure end |