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.
5682 5683 5684 |
# File 'sig/types.rbs', line 5682 def aggregation_visibility @aggregation_visibility end |
#tooltip_fields ⇒ ::Array[Types::TooltipItem]
Returns the value of attribute tooltip_fields.
5684 5685 5686 |
# File 'sig/types.rbs', line 5684 def tooltip_fields @tooltip_fields end |
#tooltip_title_type ⇒ "NONE", "PRIMARY_VALUE"
Returns the value of attribute tooltip_title_type.
5683 5684 5685 |
# File 'sig/types.rbs', line 5683 def tooltip_title_type @tooltip_title_type end |