Class: Aws::QuickSight::Types::ProjectOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ProjectOperation
- Defined in:
- gems/aws-sdk-quicksight/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.
26137 26138 26139 26140 26141 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26137 class ProjectOperation < Struct.new( :projected_columns) SENSITIVE = [] include Aws::Structure end |