Class: Aws::QuickSight::Types::FieldBasedTooltip

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

Overview

The setup for the detailed tooltip.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_visibilityString

The visibility of ‘Show aggregations`.

Returns:

  • (String)


14236
14237
14238
14239
14240
14241
14242
# File 'lib/aws-sdk-quicksight/types.rb', line 14236

class FieldBasedTooltip < Struct.new(
  :aggregation_visibility,
  :tooltip_title_type,
  :tooltip_fields)
  SENSITIVE = []
  include Aws::Structure
end

#tooltip_fieldsArray<Types::TooltipItem>

The fields configuration in the tooltip.

Returns:



14236
14237
14238
14239
14240
14241
14242
# File 'lib/aws-sdk-quicksight/types.rb', line 14236

class FieldBasedTooltip < Struct.new(
  :aggregation_visibility,
  :tooltip_title_type,
  :tooltip_fields)
  SENSITIVE = []
  include Aws::Structure
end

#tooltip_title_typeString

The type for the &gt;tooltip title. Choose one of the following options:

  • ‘NONE`: Doesn’t use the primary value as the title.

  • ‘PRIMARY_VALUE`: Uses primary value as the title.

Returns:

  • (String)


14236
14237
14238
14239
14240
14241
14242
# File 'lib/aws-sdk-quicksight/types.rb', line 14236

class FieldBasedTooltip < Struct.new(
  :aggregation_visibility,
  :tooltip_title_type,
  :tooltip_fields)
  SENSITIVE = []
  include Aws::Structure
end