Class: Aws::CleanRooms::Types::AnalysisTemplateValidationStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisTemplateValidationStatusDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The status details of the analysis template validation. Clean Rooms Differential Privacy uses a general-purpose query structure to support complex SQL queries and validates whether an analysis template fits that general-purpose query structure. Validation is performed when analysis templates are created and fetched. Because analysis templates are immutable by design, we recommend that you create analysis templates after you associate the configured tables with their analysis rule to your collaboration.
For more information, see [docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy][1].
[1]: docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reasons ⇒ Array<Types::AnalysisTemplateValidationStatusReason>
The reasons for the validation results.
-
#status ⇒ String
The status of the validation.
-
#type ⇒ String
The type of validation that was performed.
Instance Attribute Details
#reasons ⇒ Array<Types::AnalysisTemplateValidationStatusReason>
The reasons for the validation results.
596 597 598 599 600 601 602 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 596 class AnalysisTemplateValidationStatusDetail < Struct.new( :type, :status, :reasons) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the validation.
596 597 598 599 600 601 602 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 596 class AnalysisTemplateValidationStatusDetail < Struct.new( :type, :status, :reasons) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of validation that was performed.
596 597 598 599 600 601 602 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 596 class AnalysisTemplateValidationStatusDetail < Struct.new( :type, :status, :reasons) SENSITIVE = [] include Aws::Structure end |