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

Description

 
Synopsis

Documentation

data MinimumLabelType Source #

The minimum label of a data path label.

See: newMinimumLabelType smart constructor.

Constructors

MinimumLabelType' 

Fields

Instances

Instances details
FromJSON MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

ToJSON MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Generic MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Associated Types

type Rep MinimumLabelType :: Type -> Type #

Read MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Show MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

NFData MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Methods

rnf :: MinimumLabelType -> () #

Eq MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Hashable MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

type Rep MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

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

newMinimumLabelType :: MinimumLabelType Source #

Create a value of MinimumLabelType 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:MinimumLabelType', minimumLabelType_visibility - The visibility of the minimum label.

minimumLabelType_visibility :: Lens' MinimumLabelType (Maybe Visibility) Source #

The visibility of the minimum label.