Class: Aws::CleanRooms::Types::CreateConfiguredTableAssociationOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableAssociationOutput
 
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #configured_table_association  ⇒ Types::ConfiguredTableAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configured table association. 
Instance Attribute Details
#configured_table_association ⇒ Types::ConfiguredTableAssociation
The configured table association.
| 3568 3569 3570 3571 3572 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3568 class CreateConfiguredTableAssociationOutput < Struct.new( :configured_table_association) SENSITIVE = [] include Aws::Structure end |