Class: Aws::Types::FieldBasedTooltip
- Inherits:
-
Object
- Object
- Aws::Types::FieldBasedTooltip
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute aggregation_visibility.
-
#tooltip_fields ⇒ ::Array[Types::TooltipItem]
Returns the value of attribute tooltip_fields.
-
#tooltip_title_type ⇒ "NONE", "PRIMARY_VALUE"
Returns the value of attribute tooltip_title_type.
Instance Attribute Details
#aggregation_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute aggregation_visibility.
5416 5417 5418 |
# File 'sig/types.rbs', line 5416 def aggregation_visibility @aggregation_visibility end |
#tooltip_fields ⇒ ::Array[Types::TooltipItem]
Returns the value of attribute tooltip_fields.
5418 5419 5420 |
# File 'sig/types.rbs', line 5418 def tooltip_fields @tooltip_fields end |
#tooltip_title_type ⇒ "NONE", "PRIMARY_VALUE"
Returns the value of attribute tooltip_title_type.
5417 5418 5419 |
# File 'sig/types.rbs', line 5417 def tooltip_title_type @tooltip_title_type end |