Class: Aws::CleanRooms::Types::AnalysisSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisSchema
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
A relation within an analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#referenced_tables ⇒ Array<String>
The tables referenced in the analysis schema.
Instance Attribute Details
#referenced_tables ⇒ Array<String>
The tables referenced in the analysis schema.
388 389 390 391 392 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 388 class AnalysisSchema < Struct.new( :referenced_tables) SENSITIVE = [] include Aws::Structure end |