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.



5574
5575
5576
5577
5578
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5574

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