Class: Aws::Textract::Types::CreateAdapterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::CreateAdapterResponse
 
 
- 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 the unique ID for the adapter that has been created.
 
Instance Attribute Details
#adapter_id ⇒ String
A string containing the unique ID for the adapter that has been created.
      746 747 748 749 750  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 746 class CreateAdapterResponse < Struct.new( :adapter_id) SENSITIVE = [] include Aws::Structure end  |