Class: Aws::CleanRooms::Types::IntermediateTableSchemaTypeProperties

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

Instance Attribute Details

#intermediate_table_idString

The unique identifier of the intermediate table.

Returns:

  • (String)


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