Class: Aws::CleanRooms::Types::IntermediateTableInheritedConstraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableInheritedConstraints
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Contains the privacy constraints inherited from parent tables for an intermediate table version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_analyses ⇒ Types::InheritedAdditionalAnalyses
The inherited additional analyses constraint.
-
#allowed_additional_analyses ⇒ Types::InheritedAllowedAdditionalAnalyses
The inherited allowed additional analyses constraint.
-
#allowed_result_receivers ⇒ Types::InheritedAllowedResultReceivers
The inherited allowed result receivers constraint.
-
#disallowed_output_columns ⇒ Types::InheritedDisallowedOutputColumns
The inherited disallowed output columns constraint.
Instance Attribute Details
#additional_analyses ⇒ Types::InheritedAdditionalAnalyses
The inherited additional analyses constraint.
7032 7033 7034 7035 7036 7037 7038 7039 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7032 class IntermediateTableInheritedConstraints < Struct.new( :additional_analyses, :allowed_additional_analyses, :allowed_result_receivers, :disallowed_output_columns) SENSITIVE = [] include Aws::Structure end |
#allowed_additional_analyses ⇒ Types::InheritedAllowedAdditionalAnalyses
The inherited allowed additional analyses constraint.
7032 7033 7034 7035 7036 7037 7038 7039 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7032 class IntermediateTableInheritedConstraints < Struct.new( :additional_analyses, :allowed_additional_analyses, :allowed_result_receivers, :disallowed_output_columns) SENSITIVE = [] include Aws::Structure end |
#allowed_result_receivers ⇒ Types::InheritedAllowedResultReceivers
The inherited allowed result receivers constraint.
7032 7033 7034 7035 7036 7037 7038 7039 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7032 class IntermediateTableInheritedConstraints < Struct.new( :additional_analyses, :allowed_additional_analyses, :allowed_result_receivers, :disallowed_output_columns) SENSITIVE = [] include Aws::Structure end |
#disallowed_output_columns ⇒ Types::InheritedDisallowedOutputColumns
The inherited disallowed output columns constraint.
7032 7033 7034 7035 7036 7037 7038 7039 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7032 class IntermediateTableInheritedConstraints < Struct.new( :additional_analyses, :allowed_additional_analyses, :allowed_result_receivers, :disallowed_output_columns) SENSITIVE = [] include Aws::Structure end |