Method: Aws::Textract::Types::AdapterOverview#adapter_name
- Defined in:
- lib/aws-sdk-textract/types.rb
#adapter_name ⇒ String
A string naming the adapter resource.
83 84 85 86 87 88 89 90 |
# File '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 |