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