Class: Aws::CleanRooms::Types::InheritedAllowedAdditionalAnalyses
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::InheritedAllowedAdditionalAnalyses
- 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
-
#sources ⇒ Array<Types::InheritedAllowedAdditionalAnalysesSource>
The list of parent tables that contribute to this inherited constraint.
-
#value ⇒ Array<String>
The effective list of allowed additional analyses inherited from parent tables.
Instance Attribute Details
#sources ⇒ Array<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 |
#value ⇒ Array<String>
The effective list of allowed additional analyses inherited from parent tables.
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 |