Class: Aws::Types::SankeyDiagramChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SankeyDiagramChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#field_wells ⇒ Types::SankeyDiagramFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#sort_configuration ⇒ Types::SankeyDiagramSortConfiguration
Returns the value of attribute sort_configuration.
Instance Attribute Details
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
9967 9968 9969 |
# File 'sig/types.rbs', line 9967 def data_labels @data_labels end |
#field_wells ⇒ Types::SankeyDiagramFieldWells
Returns the value of attribute field_wells.
9965 9966 9967 |
# File 'sig/types.rbs', line 9965 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
9968 9969 9970 |
# File 'sig/types.rbs', line 9968 def interactions @interactions end |
#sort_configuration ⇒ Types::SankeyDiagramSortConfiguration
Returns the value of attribute sort_configuration.
9966 9967 9968 |
# File 'sig/types.rbs', line 9966 def sort_configuration @sort_configuration end |