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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6904 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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6904 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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6904 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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6904 class IntermediateTableInheritedConstraints < Struct.new( :additional_analyses, :allowed_additional_analyses, :allowed_result_receivers, :disallowed_output_columns) SENSITIVE = [] include Aws::Structure end |