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.
2706 2707 2708 2709 2710 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2706 class CreateConfiguredTableAssociationOutput < Struct.new( :configured_table_association) SENSITIVE = [] include Aws::Structure end |