Class: Aws::CleanRooms::Types::GetConfiguredTableInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableInput
 
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #configured_table_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID for the configured table to retrieve. 
Instance Attribute Details
#configured_table_identifier ⇒ String
The unique ID for the configured table to retrieve.
| 4819 4820 4821 4822 4823 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4819 class GetConfiguredTableInput < Struct.new( :configured_table_identifier) SENSITIVE = [] include Aws::Structure end |