Class: Aws::Textract::Types::AdapterOverview
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::AdapterOverview
- Defined in:
- gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
Overview
Contains information on the adapter, including the adapter ID, Name, Creation time, and feature types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adapter_id ⇒ String
A unique identifier for the adapter resource.
-
#adapter_name ⇒ String
A string naming the adapter resource.
-
#creation_time ⇒ Time
The date and time that the adapter was created.
-
#feature_types ⇒ Array<String>
The feature types that the adapter is operating on.
Instance Attribute Details
#adapter_id ⇒ String
A unique identifier for the adapter resource.
83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83 class AdapterOverview < Struct.new( :adapter_id, :adapter_name, :creation_time, :feature_types) SENSITIVE = [] include Aws::Structure end |
#adapter_name ⇒ String
A string naming the adapter resource.
83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83 class AdapterOverview < Struct.new( :adapter_id, :adapter_name, :creation_time, :feature_types) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The date and time that the adapter was created.
83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83 class AdapterOverview < Struct.new( :adapter_id, :adapter_name, :creation_time, :feature_types) SENSITIVE = [] include Aws::Structure end |
#feature_types ⇒ Array<String>
The feature types that the adapter is operating on.
83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 83 class AdapterOverview < Struct.new( :adapter_id, :adapter_name, :creation_time, :feature_types) SENSITIVE = [] include Aws::Structure end |