Class: Aws::CleanRooms::Types::IntermediateTableSchemaTypeProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableSchemaTypeProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Contains the schema type properties for an intermediate table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intermediate_table_id ⇒ String
The unique identifier of the intermediate table.
Instance Attribute Details
#intermediate_table_id ⇒ String
The unique identifier of the intermediate table.
7088 7089 7090 7091 7092 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7088 class IntermediateTableSchemaTypeProperties < Struct.new( :intermediate_table_id) SENSITIVE = [] include Aws::Structure end |