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

Description

 
Synopsis

Documentation

data TextControlPlaceholderOptions Source #

The configuration of the placeholder options in a text control.

See: newTextControlPlaceholderOptions smart constructor.

Constructors

TextControlPlaceholderOptions' 

Fields

Instances

Instances details
FromJSON TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

ToJSON TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Generic TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Associated Types

type Rep TextControlPlaceholderOptions :: Type -> Type #

Read TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Show TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

NFData TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Eq TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Hashable TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

type Rep TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

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

newTextControlPlaceholderOptions :: TextControlPlaceholderOptions Source #

Create a value of TextControlPlaceholderOptions 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:TextControlPlaceholderOptions', textControlPlaceholderOptions_visibility - The visibility configuration of the placeholder options in a text control.

textControlPlaceholderOptions_visibility :: Lens' TextControlPlaceholderOptions (Maybe Visibility) Source #

The visibility configuration of the placeholder options in a text control.