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

Description

 
Synopsis

Documentation

data MaximumLabelType Source #

The maximum label of a data path label.

See: newMaximumLabelType smart constructor.

Constructors

MaximumLabelType' 

Fields

Instances

Instances details
FromJSON MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

ToJSON MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Generic MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Associated Types

type Rep MaximumLabelType :: Type -> Type #

Read MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Show MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

NFData MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Methods

rnf :: MaximumLabelType -> () #

Eq MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Hashable MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

type Rep MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

type Rep MaximumLabelType = D1 ('MetaData "MaximumLabelType" "Amazonka.QuickSight.Types.MaximumLabelType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MaximumLabelType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newMaximumLabelType :: MaximumLabelType Source #

Create a value of MaximumLabelType 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:visibility:MaximumLabelType', maximumLabelType_visibility - The visibility of the maximum label.

maximumLabelType_visibility :: Lens' MaximumLabelType (Maybe Visibility) Source #

The visibility of the maximum label.