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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#plain_textString

The plain text format.

Returns:

  • (String)


29643
29644
29645
29646
29647
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29643

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