Class: Aws::Textract::Types::CreateAdapterVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::CreateAdapterVersionResponse
 
 
- 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 received a new version.
 - 
  
    
      #adapter_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string describing the new version of the adapter.
 
Instance Attribute Details
#adapter_id ⇒ String
A string containing the unique ID for the adapter that has received a new version.
      837 838 839 840 841 842  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 837 class CreateAdapterVersionResponse < Struct.new( :adapter_id, :adapter_version) SENSITIVE = [] include Aws::Structure end  | 
  
#adapter_version ⇒ String
A string describing the new version of the adapter.
      837 838 839 840 841 842  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 837 class CreateAdapterVersionResponse < Struct.new( :adapter_id, :adapter_version) SENSITIVE = [] include Aws::Structure end  |