Class: Aws::CleanRooms::Types::CreateConfiguredTableAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableAssociationOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_association ⇒ Types::ConfiguredTableAssociation
The configured table association.
Instance Attribute Details
#configured_table_association ⇒ Types::ConfiguredTableAssociation
The configured table association.
2734 2735 2736 2737 2738 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2734 class CreateConfiguredTableAssociationOutput < Struct.new( :configured_table_association) SENSITIVE = [] include Aws::Structure end |