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.



3686
3687
3688
3689
3690
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3686

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