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

Description

 
Synopsis

Documentation

data ProjectOperation Source #

A transform operation that projects columns. Operations that come after a projection can only refer to projected columns.

See: newProjectOperation smart constructor.

Constructors

ProjectOperation' 

Fields

Instances

Instances details
Eq ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Read ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Show ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Generic ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Associated Types

type Rep ProjectOperation :: Type -> Type #

NFData ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Methods

rnf :: ProjectOperation -> () #

Hashable ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

ToJSON ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

FromJSON ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

type Rep ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

type Rep ProjectOperation = D1 ('MetaData "ProjectOperation" "Amazonka.QuickSight.Types.ProjectOperation" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ProjectOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectedColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newProjectOperation Source #

Create a value of ProjectOperation 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:projectedColumns:ProjectOperation', projectOperation_projectedColumns - Projected columns.