Class: Aws::QuickSight::Types::ProjectOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#projected_columnsArray<String>

Projected columns.

Returns:

  • (Array<String>)


22431
22432
22433
22434
22435
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22431

class ProjectOperation < Struct.new(
  :projected_columns)
  SENSITIVE = []
  include Aws::Structure
end