Class: Aws::QuickSight::Types::SankeyDiagramChartConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The configuration of a sankey diagram.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_labelsTypes::DataLabelOptions

The data label configuration of a sankey diagram.



24130
24131
24132
24133
24134
24135
24136
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24130

class SankeyDiagramChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :data_labels)
  SENSITIVE = []
  include Aws::Structure
end

#field_wellsTypes::SankeyDiagramFieldWells

The field well configuration of a sankey diagram.



24130
24131
24132
24133
24134
24135
24136
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24130

class SankeyDiagramChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :data_labels)
  SENSITIVE = []
  include Aws::Structure
end

#sort_configurationTypes::SankeyDiagramSortConfiguration

The sort configuration of a sankey diagram.



24130
24131
24132
24133
24134
24135
24136
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24130

class SankeyDiagramChartConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :data_labels)
  SENSITIVE = []
  include Aws::Structure
end