Class: Aws::CleanRooms::Types::DeleteConfiguredTableInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::DeleteConfiguredTableInput
 
- 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 delete. 
Instance Attribute Details
#configured_table_identifier ⇒ String
The unique ID for the configured table to delete.
| 4061 4062 4063 4064 4065 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4061 class DeleteConfiguredTableInput < Struct.new( :configured_table_identifier) SENSITIVE = [] include Aws::Structure end |