Class: Aws::CleanRooms::Types::IntermediateTableSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableSchema
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Contains the schema definition of an intermediate table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<Types::Column>
The list of columns in the intermediate table schema.
Instance Attribute Details
#columns ⇒ Array<Types::Column>
The list of columns in the intermediate table schema.
6720 6721 6722 6723 6724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6720 class IntermediateTableSchema < Struct.new( :columns) SENSITIVE = [] include Aws::Structure end |