Class: Aws::CleanRooms::Types::ConfiguredTableAssociationSchemaTypeProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Contains the schema type properties for a configured table association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_association_idString

The unique identifier of the configured table association.

Returns:

  • (String)


3011
3012
3013
3014
3015
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3011

class ConfiguredTableAssociationSchemaTypeProperties < Struct.new(
  :configured_table_association_id)
  SENSITIVE = []
  include Aws::Structure
end