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

Description

 
Synopsis

Documentation

data SimpleClusterMarker Source #

The simple cluster marker of the cluster marker.

See: newSimpleClusterMarker smart constructor.

Constructors

SimpleClusterMarker' 

Fields

Instances

Instances details
FromJSON SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

ToJSON SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Generic SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Associated Types

type Rep SimpleClusterMarker :: Type -> Type #

Read SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Show SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

NFData SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Methods

rnf :: SimpleClusterMarker -> () #

Eq SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Hashable SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

type Rep SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

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

newSimpleClusterMarker :: SimpleClusterMarker Source #

Create a value of SimpleClusterMarker 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:color:SimpleClusterMarker', simpleClusterMarker_color - The color of the simple cluster marker.

simpleClusterMarker_color :: Lens' SimpleClusterMarker (Maybe Text) Source #

The color of the simple cluster marker.