Class: Aws::Textract::Types::UpdateAdapterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::UpdateAdapterResponse
 
 
- 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 that has been updated.
 - 
  
    
      #adapter_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string containing the name of the adapter that has been updated.
 - 
  
    
      #auto_update  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The auto-update status of the adapter that has been updated.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object specifying the creation time of the the adapter that has been updated.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string containing the description of the adapter that has been updated.
 - 
  
    
      #feature_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of the targeted feature types for the updated adapter.
 
Instance Attribute Details
#adapter_id ⇒ String
A string containing a unique ID for the adapter that has been updated.
      3186 3187 3188 3189 3190 3191 3192 3193 3194 3195  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 3186 class UpdateAdapterResponse < Struct.new( :adapter_id, :adapter_name, :creation_time, :description, :feature_types, :auto_update) SENSITIVE = [] include Aws::Structure end  | 
  
#adapter_name ⇒ String
A string containing the name of the adapter that has been updated.
      3186 3187 3188 3189 3190 3191 3192 3193 3194 3195  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 3186 class UpdateAdapterResponse < Struct.new( :adapter_id, :adapter_name, :creation_time, :description, :feature_types, :auto_update) SENSITIVE = [] include Aws::Structure end  | 
  
#auto_update ⇒ String
The auto-update status of the adapter that has been updated.
      3186 3187 3188 3189 3190 3191 3192 3193 3194 3195  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 3186 class UpdateAdapterResponse < Struct.new( :adapter_id, :adapter_name, :creation_time, :description, :feature_types, :auto_update) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
An object specifying the creation time of the the adapter that has been updated.
      3186 3187 3188 3189 3190 3191 3192 3193 3194 3195  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 3186 class UpdateAdapterResponse < Struct.new( :adapter_id, :adapter_name, :creation_time, :description, :feature_types, :auto_update) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A string containing the description of the adapter that has been updated.
      3186 3187 3188 3189 3190 3191 3192 3193 3194 3195  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 3186 class UpdateAdapterResponse < Struct.new( :adapter_id, :adapter_name, :creation_time, :description, :feature_types, :auto_update) SENSITIVE = [] include Aws::Structure end  | 
  
#feature_types ⇒ Array<String>
List of the targeted feature types for the updated adapter.
      3186 3187 3188 3189 3190 3191 3192 3193 3194 3195  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 3186 class UpdateAdapterResponse < Struct.new( :adapter_id, :adapter_name, :creation_time, :description, :feature_types, :auto_update) SENSITIVE = [] include Aws::Structure end  |