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.



1875
1876
1877
# File 'sig/types.rbs', line 1875

def aggregation
  @aggregation
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



1872
1873
1874
# File 'sig/types.rbs', line 1872

def column
  @column
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def label
  @label
end

#tooltip_target"BOTH", ...

Returns the value of attribute tooltip_target.

Returns:

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


1876
1877
1878
# File 'sig/types.rbs', line 1876

def tooltip_target
  @tooltip_target
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


1874
1875
1876
# File 'sig/types.rbs', line 1874

def visibility
  @visibility
end