Class: Aws::CleanRooms::Types::UpdateConfiguredTableAssociationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_associationTypes::ConfiguredTableAssociation

The entire updated configured table association.



8815
8816
8817
8818
8819
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8815

class UpdateConfiguredTableAssociationOutput < Struct.new(
  :configured_table_association)
  SENSITIVE = []
  include Aws::Structure
end