Class: Aws::Types::FunnelChartConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



5894
5895
5896
# File 'sig/types.rbs', line 5894

def category_label_options
  @category_label_options
end

#data_label_optionsTypes::FunnelChartDataLabelOptions

Returns the value of attribute data_label_options.



5897
5898
5899
# File 'sig/types.rbs', line 5897

def data_label_options
  @data_label_options
end

#field_wellsTypes::FunnelChartFieldWells

Returns the value of attribute field_wells.



5892
5893
5894
# File 'sig/types.rbs', line 5892

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



5899
5900
5901
# File 'sig/types.rbs', line 5899

def interactions
  @interactions
end

#sort_configurationTypes::FunnelChartSortConfiguration

Returns the value of attribute sort_configuration.



5893
5894
5895
# File 'sig/types.rbs', line 5893

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



5896
5897
5898
# File 'sig/types.rbs', line 5896

def tooltip
  @tooltip
end

#value_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute value_label_options.



5895
5896
5897
# File 'sig/types.rbs', line 5895

def value_label_options
  @value_label_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



5898
5899
5900
# File 'sig/types.rbs', line 5898

def visual_palette
  @visual_palette
end