Class: Aws::CleanRooms::Types::IntermediateTableSchema

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#columnsArray<Types::Column>

The list of columns in the intermediate table schema.

Returns:



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