Class: Aws::QuickSight::Types::SheetImageTooltipText

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The text that appears in the sheet image tooltip.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#plain_textString

The plain text format.

Returns:

  • (String)


30027
30028
30029
30030
30031
# File 'lib/aws-sdk-quicksight/types.rb', line 30027

class SheetImageTooltipText < Struct.new(
  :plain_text)
  SENSITIVE = []
  include Aws::Structure
end