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.HistogramVisual

Description

 
Synopsis

Documentation

data HistogramVisual Source #

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

See: newHistogramVisual smart constructor.

Constructors

HistogramVisual' 

Fields

Instances

Instances details
FromJSON HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

ToJSON HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Generic HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Associated Types

type Rep HistogramVisual :: Type -> Type #

Show HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

NFData HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Methods

rnf :: HistogramVisual -> () #

Eq HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Hashable HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

type Rep HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

newHistogramVisual Source #

Create a value of HistogramVisual 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:actions:HistogramVisual', histogramVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:HistogramVisual', histogramVisual_chartConfiguration - The configuration for a HistogramVisual.

$sel:subtitle:HistogramVisual', histogramVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:HistogramVisual', histogramVisual_title - The title that is displayed on the visual.

$sel:visualId:HistogramVisual', histogramVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

histogramVisual_actions :: Lens' HistogramVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

histogramVisual_subtitle :: Lens' HistogramVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

histogramVisual_title :: Lens' HistogramVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

histogramVisual_visualId :: Lens' HistogramVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.