Class: Aws::Textract::Types::DeleteAdapterRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::DeleteAdapterRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-textract/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #adapter_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string containing a unique ID for the adapter to be deleted.
 
Instance Attribute Details
#adapter_id ⇒ String
A string containing a unique ID for the adapter to be deleted.
      850 851 852 853 854  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 850 class DeleteAdapterRequest < Struct.new( :adapter_id) SENSITIVE = [] include Aws::Structure end  |