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.



9599
9600
9601
# File 'sig/types.rbs', line 9599

def data_labels
  @data_labels
end

#field_wellsTypes::SankeyDiagramFieldWells

Returns the value of attribute field_wells.



9597
9598
9599
# File 'sig/types.rbs', line 9597

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



9600
9601
9602
# File 'sig/types.rbs', line 9600

def interactions
  @interactions
end

#sort_configurationTypes::SankeyDiagramSortConfiguration

Returns the value of attribute sort_configuration.



9598
9599
9600
# File 'sig/types.rbs', line 9598

def sort_configuration
  @sort_configuration
end