Class: Aws::CleanRooms::Types::GetConfiguredTableAssociationOutput

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



3860
3861
3862
3863
3864
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3860

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