Class: Aws::QuickSight::Types::SheetImageTooltipText
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetImageTooltipText
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The text that appears in the sheet image tooltip.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plain_text ⇒ String
The plain text format.
Instance Attribute Details
#plain_text ⇒ String
The plain text format.
32395 32396 32397 32398 32399 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32395 class SheetImageTooltipText < Struct.new( :plain_text) SENSITIVE = [] include Aws::Structure end |