Class: Aws::QuickSight::Types::TableInlineVisualization
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableInlineVisualization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The inline visualization of a specific type to display within a chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_bars ⇒ Types::DataBarsOptions
The configuration of the inline visualization of the data bars within a chart.
Instance Attribute Details
#data_bars ⇒ Types::DataBarsOptions
The configuration of the inline visualization of the data bars within a chart.
28747 28748 28749 28750 28751 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28747 class TableInlineVisualization < Struct.new( :data_bars) SENSITIVE = [] include Aws::Structure end |