Class: Aws::Types::SankeyDiagramChartConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



9967
9968
9969
# File 'sig/types.rbs', line 9967

def data_labels
  @data_labels
end

#field_wellsTypes::SankeyDiagramFieldWells

Returns the value of attribute field_wells.



9965
9966
9967
# File 'sig/types.rbs', line 9965

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



9968
9969
9970
# File 'sig/types.rbs', line 9968

def interactions
  @interactions
end

#sort_configurationTypes::SankeyDiagramSortConfiguration

Returns the value of attribute sort_configuration.



9966
9967
9968
# File 'sig/types.rbs', line 9966

def sort_configuration
  @sort_configuration
end