Class: Aws::Types::ColumnTooltipItem
- Inherits:
-
Object
- Object
- Aws::Types::ColumnTooltipItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ Types::AggregationFunction
Returns the value of attribute aggregation.
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#tooltip_target ⇒ "BOTH", ...
Returns the value of attribute tooltip_target.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#aggregation ⇒ Types::AggregationFunction
Returns the value of attribute aggregation.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def aggregation @aggregation end |
#column ⇒ Types::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.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def label @label end |
#tooltip_target ⇒ "BOTH", ...
Returns the value of attribute tooltip_target.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def tooltip_target @tooltip_target end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def visibility @visibility end |