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

Description

 
Synopsis

Documentation

data RangeEndsLabelType Source #

The range ends label type of a data path label.

See: newRangeEndsLabelType smart constructor.

Constructors

RangeEndsLabelType' 

Fields

Instances

Instances details
FromJSON RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

ToJSON RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Generic RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Associated Types

type Rep RangeEndsLabelType :: Type -> Type #

Read RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Show RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

NFData RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Methods

rnf :: RangeEndsLabelType -> () #

Eq RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Hashable RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

type Rep RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

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

newRangeEndsLabelType :: RangeEndsLabelType Source #

Create a value of RangeEndsLabelType 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:RangeEndsLabelType', rangeEndsLabelType_visibility - The visibility of the range ends label.

rangeEndsLabelType_visibility :: Lens' RangeEndsLabelType (Maybe Visibility) Source #

The visibility of the range ends label.