Class: Aws::QuickSight::Types::ProjectOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ProjectOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that projects columns. Operations that come after a projection can only refer to projected columns.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#projected_columns ⇒ Array<String>
Projected columns.
Instance Attribute Details
#projected_columns ⇒ Array<String>
Projected columns.
26496 26497 26498 26499 26500 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26496 class ProjectOperation < Struct.new( :projected_columns) SENSITIVE = [] include Aws::Structure end |