libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.StringParameter

Description

 
Synopsis

Documentation

data StringParameter Source #

A string parameter.

See: newStringParameter smart constructor.

Constructors

StringParameter' 

Fields

  • name :: Text

    A display name for a string parameter.

  • values :: [Text]

    The values of a string parameter.

Instances

Instances details
Eq StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Read StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Show StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Generic StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Associated Types

type Rep StringParameter :: Type -> Type #

NFData StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Methods

rnf :: StringParameter -> () #

Hashable StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

ToJSON StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

type Rep StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

type Rep StringParameter = D1 ('MetaData "StringParameter" "Amazonka.QuickSight.Types.StringParameter" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "StringParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newStringParameter Source #

Create a value of StringParameter 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:name:StringParameter', stringParameter_name - A display name for a string parameter.

$sel:values:StringParameter', stringParameter_values - The values of a string parameter.

stringParameter_name :: Lens' StringParameter Text Source #

A display name for a string parameter.

stringParameter_values :: Lens' StringParameter [Text] Source #

The values of a string parameter.