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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



8796
8797
8798
8799
8800
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8796

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