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.



12071
12072
12073
# File 'sig/types.rbs', line 12071

def color_label_options
  @color_label_options
end

#color_scaleTypes::ColorScale

Returns the value of attribute color_scale.

Returns:



12072
12073
12074
# File 'sig/types.rbs', line 12072

def color_scale
  @color_scale
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



12074
12075
12076
# File 'sig/types.rbs', line 12074

def data_labels
  @data_labels
end

#field_wellsTypes::TreeMapFieldWells

Returns the value of attribute field_wells.



12067
12068
12069
# File 'sig/types.rbs', line 12067

def field_wells
  @field_wells
end

#group_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute group_label_options.



12069
12070
12071
# File 'sig/types.rbs', line 12069

def group_label_options
  @group_label_options
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



12076
12077
12078
# File 'sig/types.rbs', line 12076

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



12073
12074
12075
# File 'sig/types.rbs', line 12073

def legend
  @legend
end

#size_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute size_label_options.



12070
12071
12072
# File 'sig/types.rbs', line 12070

def size_label_options
  @size_label_options
end

#sort_configurationTypes::TreeMapSortConfiguration

Returns the value of attribute sort_configuration.



12068
12069
12070
# File 'sig/types.rbs', line 12068

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



12075
12076
12077
# File 'sig/types.rbs', line 12075

def tooltip
  @tooltip
end