Class: Aws::CleanRooms::Types::CreateConfiguredTableAssociationOutput

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 configured table association.



2706
2707
2708
2709
2710
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2706

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