Class: Aws::Types::TreeMapConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#color_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute color_label_options.



11681
11682
11683
# File 'sig/types.rbs', line 11681

def color_label_options
  @color_label_options
end

#color_scaleTypes::ColorScale

Returns the value of attribute color_scale.

Returns:



11682
11683
11684
# File 'sig/types.rbs', line 11682

def color_scale
  @color_scale
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



11684
11685
11686
# File 'sig/types.rbs', line 11684

def data_labels
  @data_labels
end

#field_wellsTypes::TreeMapFieldWells

Returns the value of attribute field_wells.



11677
11678
11679
# File 'sig/types.rbs', line 11677

def field_wells
  @field_wells
end

#group_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute group_label_options.



11679
11680
11681
# File 'sig/types.rbs', line 11679

def group_label_options
  @group_label_options
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



11686
11687
11688
# File 'sig/types.rbs', line 11686

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



11683
11684
11685
# File 'sig/types.rbs', line 11683

def legend
  @legend
end

#size_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute size_label_options.



11680
11681
11682
# File 'sig/types.rbs', line 11680

def size_label_options
  @size_label_options
end

#sort_configurationTypes::TreeMapSortConfiguration

Returns the value of attribute sort_configuration.



11678
11679
11680
# File 'sig/types.rbs', line 11678

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



11685
11686
11687
# File 'sig/types.rbs', line 11685

def tooltip
  @tooltip
end