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.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def aggregation @aggregation end |
#column ⇒ Types::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.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def label @label end |
#tooltip_target ⇒ "BOTH", ...
Returns the value of attribute tooltip_target.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def tooltip_target @tooltip_target end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def visibility @visibility end |