Class: Aws::QuickSight::Types::DataPointTooltipOption

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

Overview

The data point tooltip options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_statusString

The status of the data point tool tip options.

Returns:

  • (String)


7660
7661
7662
7663
7664
# File 'lib/aws-sdk-quicksight/types.rb', line 7660

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