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.
9599 9600 9601 |
# File 'sig/types.rbs', line 9599 def data_labels @data_labels end |
#field_wells ⇒ Types::SankeyDiagramFieldWells
Returns the value of attribute field_wells.
9597 9598 9599 |
# File 'sig/types.rbs', line 9597 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
9600 9601 9602 |
# File 'sig/types.rbs', line 9600 def interactions @interactions end |
#sort_configuration ⇒ Types::SankeyDiagramSortConfiguration
Returns the value of attribute sort_configuration.
9598 9599 9600 |
# File 'sig/types.rbs', line 9598 def sort_configuration @sort_configuration end |