Class: Aws::CleanRooms::Types::ConfiguredTableAssociationSchemaTypeProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ConfiguredTableAssociationSchemaTypeProperties
- 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
-
#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.
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 |