Class: Aws::CleanRooms::Types::UpdateConfiguredTableAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredTableAssociationOutput
- 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 entire updated configured table association.
Instance Attribute Details
#configured_table_association ⇒ Types::ConfiguredTableAssociation
The entire updated configured table association.
7608 7609 7610 7611 7612 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7608 class UpdateConfiguredTableAssociationOutput < Struct.new( :configured_table_association) SENSITIVE = [] include Aws::Structure end |