Class: Aws::CleanRooms::Types::IntermediateTableInheritedConstraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableInheritedConstraints
- Defined in:
- gems/aws-sdk-cleanrooms/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.
6678 6679 6680 6681 6682 6683 6684 6685 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6678 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.
6678 6679 6680 6681 6682 6683 6684 6685 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6678 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.
6678 6679 6680 6681 6682 6683 6684 6685 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6678 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.
6678 6679 6680 6681 6682 6683 6684 6685 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6678 class IntermediateTableInheritedConstraints < Struct.new( :additional_analyses, :allowed_additional_analyses, :allowed_result_receivers, :disallowed_output_columns) SENSITIVE = [] include Aws::Structure end |