Class: Aws::CleanRooms::Types::ConfiguredTableAssociationAnalysisRuleCustom
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ConfiguredTableAssociationAnalysisRuleCustom
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The configured table association analysis rule applied to a configured table with the custom analysis rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_additional_analyses ⇒ Array<String>
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
-
#allowed_result_receivers ⇒ Array<String>
The list of collaboration members who are allowed to receive results of queries run with this configured table.
Instance Attribute Details
#allowed_additional_analyses ⇒ Array<String>
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
2137 2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2137 class ConfiguredTableAssociationAnalysisRuleCustom < Struct.new( :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |
#allowed_result_receivers ⇒ Array<String>
The list of collaboration members who are allowed to receive results of queries run with this configured table.
2137 2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2137 class ConfiguredTableAssociationAnalysisRuleCustom < Struct.new( :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |