Class: Aws::CleanRooms::Types::IntermediateTableSchemaTypeProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableSchemaTypeProperties
- Defined in:
- gems/aws-sdk-cleanrooms/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.
6734 6735 6736 6737 6738 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6734 class IntermediateTableSchemaTypeProperties < Struct.new( :intermediate_table_id) SENSITIVE = [] include Aws::Structure end |