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.



6160
6161
6162
# File 'sig/types.rbs', line 6160

def category_label_options
  @category_label_options
end

#data_label_optionsTypes::FunnelChartDataLabelOptions

Returns the value of attribute data_label_options.



6163
6164
6165
# File 'sig/types.rbs', line 6163

def data_label_options
  @data_label_options
end

#field_wellsTypes::FunnelChartFieldWells

Returns the value of attribute field_wells.



6158
6159
6160
# File 'sig/types.rbs', line 6158

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



6165
6166
6167
# File 'sig/types.rbs', line 6165

def interactions
  @interactions
end

#sort_configurationTypes::FunnelChartSortConfiguration

Returns the value of attribute sort_configuration.



6159
6160
6161
# File 'sig/types.rbs', line 6159

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



6162
6163
6164
# File 'sig/types.rbs', line 6162

def tooltip
  @tooltip
end

#value_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute value_label_options.



6161
6162
6163
# File 'sig/types.rbs', line 6161

def value_label_options
  @value_label_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



6164
6165
6166
# File 'sig/types.rbs', line 6164

def visual_palette
  @visual_palette
end