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.



7481
7482
7483
7484
7485
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7481

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