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.
23603 23604 23605 23606 23607 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23603 class ProjectOperation < Struct.new( :projected_columns) SENSITIVE = [] include Aws::Structure end |