Class: Aws::QuickSight::Types::SheetTooltip

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

Overview

The configuration of the sheet tooltip.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sheet_idString

The sheet ID of the tooltip sheet that is used by the tooltip.

Returns:

  • (String)


35992
35993
35994
35995
35996
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35992

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