Class: Aws::CleanRooms::Types::ConfiguredTableAssociationSchemaTypeProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ConfiguredTableAssociationSchemaTypeProperties
- Includes:
- Structure
- Defined in:
- 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
-
#configured_table_association_id ⇒ String
The unique identifier of the configured table association.
Instance Attribute Details
#configured_table_association_id ⇒ String
The unique identifier of the configured table association.
3208 3209 3210 3211 3212 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3208 class ConfiguredTableAssociationSchemaTypeProperties < Struct.new( :configured_table_association_id) SENSITIVE = [] include Aws::Structure end |