Class: Aws::CleanRooms::Types::IntermediateTableInheritedConstraints

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#additional_analysesTypes::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_analysesTypes::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_receiversTypes::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_columnsTypes::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