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.
3310 3311 3312 3313 3314 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3310 class ConfiguredTableAssociationSchemaTypeProperties < Struct.new( :configured_table_association_id) SENSITIVE = [] include Aws::Structure end |