amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.TooltipItem

Description

 
Synopsis

Documentation

data TooltipItem Source #

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newTooltipItem smart constructor.

Constructors

TooltipItem' 

Fields

Instances

Instances details
FromJSON TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

ToJSON TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Generic TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Associated Types

type Rep TooltipItem :: Type -> Type #

Read TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Show TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

NFData TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Methods

rnf :: TooltipItem -> () #

Eq TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Hashable TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

type Rep TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

type Rep TooltipItem = D1 ('MetaData "TooltipItem" "Amazonka.QuickSight.Types.TooltipItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TooltipItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnTooltipItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnTooltipItem)) :*: S1 ('MetaSel ('Just "fieldTooltipItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldTooltipItem))))

newTooltipItem :: TooltipItem Source #

Create a value of TooltipItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:columnTooltipItem:TooltipItem', tooltipItem_columnTooltipItem - The tooltip item for the columns that are not part of a field well.

$sel:fieldTooltipItem:TooltipItem', tooltipItem_fieldTooltipItem - The tooltip item for the fields.

tooltipItem_columnTooltipItem :: Lens' TooltipItem (Maybe ColumnTooltipItem) Source #

The tooltip item for the columns that are not part of a field well.