Class: Aws::QuickSight::Types::WaterfallChartOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WaterfallChartOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of a waterfall visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total_bar_label ⇒ String
This option determines the total bar label of a waterfall visual.
Instance Attribute Details
#total_bar_label ⇒ String
This option determines the total bar label of a waterfall visual.
36911 36912 36913 36914 36915 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36911 class WaterfallChartOptions < Struct.new( :total_bar_label) SENSITIVE = [] include Aws::Structure end |