Class: Aws::CleanRooms::Types::InheritedAdditionalAnalyses

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Contains the inherited additional analyses constraint and its sources from parent tables.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourcesArray<Types::InheritedAdditionalAnalysesSource>

The list of parent tables that contribute to this inherited constraint.



6094
6095
6096
6097
6098
6099
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6094

class InheritedAdditionalAnalyses < Struct.new(
  :value,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The effective additional analyses setting inherited from parent tables.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6094

class InheritedAdditionalAnalyses < Struct.new(
  :value,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end