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.
24972 24973 24974 24975 24976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24972 class ProjectOperation < Struct.new( :projected_columns) SENSITIVE = [] include Aws::Structure end |