Class: Aws::QuickSight::Types::WaterfallChartOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#total_bar_labelString

This option determines the total bar label of a waterfall visual.

Returns:

  • (String)


33576
33577
33578
33579
33580
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33576

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