Class: Aws::Types::ColumnTooltipItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationTypes::AggregationFunction

Returns the value of attribute aggregation.



1794
1795
1796
# File 'sig/types.rbs', line 1794

def aggregation
  @aggregation
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



1791
1792
1793
# File 'sig/types.rbs', line 1791

def column
  @column
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def label
  @label
end

#tooltip_target"BOTH", ...

Returns the value of attribute tooltip_target.

Returns:

  • ("BOTH", "BAR", "LINE")


1795
1796
1797
# File 'sig/types.rbs', line 1795

def tooltip_target
  @tooltip_target
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


1793
1794
1795
# File 'sig/types.rbs', line 1793

def visibility
  @visibility
end