Class: Aws::CleanRooms::Types::AnalysisRuleList
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisRuleList
- 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
-
#additional_analyses ⇒ String
An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.
-
#allowed_join_operators ⇒ Array<String>
The logical operators (if any) that are to be used in an INNER JOIN match condition.
-
#join_columns ⇒ Array<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.
-
#list_columns ⇒ Array<String>
Columns that can be listed in the output.
Instance Attribute Details
#additional_analyses ⇒ String
An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.
305 306 307 308 309 310 311 312 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 305 class AnalysisRuleList < Struct.new( :join_columns, :allowed_join_operators, :list_columns, :additional_analyses) SENSITIVE = [] include Aws::Structure end |
#allowed_join_operators ⇒ Array<String>
The logical operators (if any) that are to be used in an INNER JOIN
match condition. Default is AND
.
305 306 307 308 309 310 311 312 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 305 class AnalysisRuleList < Struct.new( :join_columns, :allowed_join_operators, :list_columns, :additional_analyses) SENSITIVE = [] include Aws::Structure end |
#join_columns ⇒ Array<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.
305 306 307 308 309 310 311 312 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 305 class AnalysisRuleList < Struct.new( :join_columns, :allowed_join_operators, :list_columns, :additional_analyses) SENSITIVE = [] include Aws::Structure end |
#list_columns ⇒ Array<String>
Columns that can be listed in the output.
305 306 307 308 309 310 311 312 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 305 class AnalysisRuleList < Struct.new( :join_columns, :allowed_join_operators, :list_columns, :additional_analyses) SENSITIVE = [] include Aws::Structure end |