Class: Aws::CleanRooms::Types::AnalysisRuleList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

A type of analysis rule that enables row-level analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_join_operatorsArray<String>

The logical operators (if any) that are to be used in an INNER JOIN match condition. Default is AND.

Returns:

  • (Array<String>)


252
253
254
255
256
257
258
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 252

class AnalysisRuleList < Struct.new(
  :join_columns,
  :allowed_join_operators,
  :list_columns)
  SENSITIVE = []
  include Aws::Structure
end

#join_columnsArray<String>

Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.

Returns:

  • (Array<String>)


252
253
254
255
256
257
258
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 252

class AnalysisRuleList < Struct.new(
  :join_columns,
  :allowed_join_operators,
  :list_columns)
  SENSITIVE = []
  include Aws::Structure
end

#list_columnsArray<String>

Columns that can be listed in the output.

Returns:

  • (Array<String>)


252
253
254
255
256
257
258
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 252

class AnalysisRuleList < Struct.new(
  :join_columns,
  :allowed_join_operators,
  :list_columns)
  SENSITIVE = []
  include Aws::Structure
end