Class: Aws::CleanRooms::Types::AnalysisRuleCustom
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisRuleCustom
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.
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_additional_analyses ⇒ Array<String>
The list of allowed additional analyses for the custom analysis rule.
-
#allowed_analyses ⇒ Array<String>
The ARN of the analysis templates that are allowed by the custom analysis rule.
-
#allowed_analysis_providers ⇒ Array<String>
The IDs of the Amazon Web Services accounts that are allowed to query by the custom analysis rule.
-
#allowed_result_receivers ⇒ Array<String>
The list of Amazon Web Services account IDs that are allowed to receive results from queries run on the configured table.
-
#differential_privacy ⇒ Types::DifferentialPrivacyConfiguration
The differential privacy configuration.
-
#disallowed_output_columns ⇒ Array<String>
A list of columns that aren't allowed to be shown in the query 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.
422 423 424 425 426 427 428 429 430 431 432 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 422 class AnalysisRuleCustom < Struct.new( :allowed_analyses, :allowed_analysis_providers, :additional_analyses, :disallowed_output_columns, :differential_privacy, :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |
#allowed_additional_analyses ⇒ Array<String>
The list of allowed additional analyses for the custom analysis rule.
422 423 424 425 426 427 428 429 430 431 432 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 422 class AnalysisRuleCustom < Struct.new( :allowed_analyses, :allowed_analysis_providers, :additional_analyses, :disallowed_output_columns, :differential_privacy, :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |
#allowed_analyses ⇒ Array<String>
The ARN of the analysis templates that are allowed by the custom analysis rule.
422 423 424 425 426 427 428 429 430 431 432 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 422 class AnalysisRuleCustom < Struct.new( :allowed_analyses, :allowed_analysis_providers, :additional_analyses, :disallowed_output_columns, :differential_privacy, :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |
#allowed_analysis_providers ⇒ Array<String>
The IDs of the Amazon Web Services accounts that are allowed to
query by the custom analysis rule. Required when allowedAnalyses
is ANY_QUERY.
422 423 424 425 426 427 428 429 430 431 432 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 422 class AnalysisRuleCustom < Struct.new( :allowed_analyses, :allowed_analysis_providers, :additional_analyses, :disallowed_output_columns, :differential_privacy, :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |
#allowed_result_receivers ⇒ Array<String>
The list of Amazon Web Services account IDs that are allowed to receive results from queries run on the configured table.
422 423 424 425 426 427 428 429 430 431 432 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 422 class AnalysisRuleCustom < Struct.new( :allowed_analyses, :allowed_analysis_providers, :additional_analyses, :disallowed_output_columns, :differential_privacy, :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |
#differential_privacy ⇒ Types::DifferentialPrivacyConfiguration
The differential privacy configuration.
422 423 424 425 426 427 428 429 430 431 432 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 422 class AnalysisRuleCustom < Struct.new( :allowed_analyses, :allowed_analysis_providers, :additional_analyses, :disallowed_output_columns, :differential_privacy, :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |
#disallowed_output_columns ⇒ Array<String>
A list of columns that aren't allowed to be shown in the query output.
422 423 424 425 426 427 428 429 430 431 432 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 422 class AnalysisRuleCustom < Struct.new( :allowed_analyses, :allowed_analysis_providers, :additional_analyses, :disallowed_output_columns, :differential_privacy, :allowed_result_receivers, :allowed_additional_analyses) SENSITIVE = [] include Aws::Structure end |