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

Description

 
Synopsis

Documentation

data ListControlSearchOptions Source #

The configuration of the search options in a list control.

See: newListControlSearchOptions smart constructor.

Constructors

ListControlSearchOptions' 

Fields

Instances

Instances details
FromJSON ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

ToJSON ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Generic ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Associated Types

type Rep ListControlSearchOptions :: Type -> Type #

Read ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Show ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

NFData ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Eq ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Hashable ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

type Rep ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

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

newListControlSearchOptions :: ListControlSearchOptions Source #

Create a value of ListControlSearchOptions 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:ListControlSearchOptions', listControlSearchOptions_visibility - The visibility configuration of the search options in a list control.

listControlSearchOptions_visibility :: Lens' ListControlSearchOptions (Maybe Visibility) Source #

The visibility configuration of the search options in a list control.