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

Description

 
Synopsis

Documentation

data ListControlSelectAllOptions Source #

The configuration of the Select all options in a list control.

See: newListControlSelectAllOptions smart constructor.

Constructors

ListControlSelectAllOptions' 

Fields

Instances

Instances details
FromJSON ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

ToJSON ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Generic ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Associated Types

type Rep ListControlSelectAllOptions :: Type -> Type #

Read ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Show ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

NFData ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Eq ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Hashable ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

type Rep ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

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

newListControlSelectAllOptions :: ListControlSelectAllOptions Source #

Create a value of ListControlSelectAllOptions 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:ListControlSelectAllOptions', listControlSelectAllOptions_visibility - The visibility configuration of the Select all options in a list control.

listControlSelectAllOptions_visibility :: Lens' ListControlSelectAllOptions (Maybe Visibility) Source #

The visibility configuration of the Select all options in a list control.