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

Description

 
Synopsis

Documentation

data FieldLabelType Source #

The field label type.

See: newFieldLabelType smart constructor.

Constructors

FieldLabelType' 

Fields

Instances

Instances details
FromJSON FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

ToJSON FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Generic FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Associated Types

type Rep FieldLabelType :: Type -> Type #

Read FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Show FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

NFData FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Methods

rnf :: FieldLabelType -> () #

Eq FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Hashable FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

type Rep FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

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

newFieldLabelType :: FieldLabelType Source #

Create a value of FieldLabelType 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:fieldId:FieldLabelType', fieldLabelType_fieldId - Indicates the field that is targeted by the field label.

$sel:visibility:FieldLabelType', fieldLabelType_visibility - The visibility of the field label.

fieldLabelType_fieldId :: Lens' FieldLabelType (Maybe Text) Source #

Indicates the field that is targeted by the field label.

fieldLabelType_visibility :: Lens' FieldLabelType (Maybe Visibility) Source #

The visibility of the field label.