Class: Aws::CleanRooms::Types::InheritedAllowedAdditionalAnalyses

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourcesArray<Types::InheritedAllowedAdditionalAnalysesSource>

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



6152
6153
6154
6155
6156
6157
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6152

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

#valueArray<String>

The effective list of allowed additional analyses inherited from parent tables.

Returns:

  • (Array<String>)


6152
6153
6154
6155
6156
6157
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6152

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