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

Description

 
Synopsis

Documentation

data BoxPlotVisual Source #

A box plot.

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

See: newBoxPlotVisual smart constructor.

Constructors

BoxPlotVisual' 

Fields

Instances

Instances details
FromJSON BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

ToJSON BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Generic BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Associated Types

type Rep BoxPlotVisual :: Type -> Type #

Show BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

NFData BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Methods

rnf :: BoxPlotVisual -> () #

Eq BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Hashable BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

type Rep BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

newBoxPlotVisual Source #

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

$sel:chartConfiguration:BoxPlotVisual', boxPlotVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:BoxPlotVisual', boxPlotVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:BoxPlotVisual', boxPlotVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:BoxPlotVisual', boxPlotVisual_title - The title that is displayed on the visual.

$sel:visualId:BoxPlotVisual', boxPlotVisual_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..

boxPlotVisual_actions :: Lens' BoxPlotVisual (Maybe [VisualCustomAction]) Source #

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

boxPlotVisual_columnHierarchies :: Lens' BoxPlotVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

boxPlotVisual_subtitle :: Lens' BoxPlotVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

boxPlotVisual_title :: Lens' BoxPlotVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

boxPlotVisual_visualId :: Lens' BoxPlotVisual 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..